Browse Source

Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

Laurent Destailleur (aka Eldy) 3 tháng trước cách đây
mục cha
commit
e381362d9c

+ 2 - 2
htdocs/core/modules/asset/doc/doc_generic_asset_odt.modules.php

@@ -391,7 +391,7 @@ class doc_generic_asset_odt extends ModelePDFAsset
 					}
 				}
 				// Replace tags of lines
-				try {
+				/*try {
 					$foundtagforlines = 1;
 					try {
 						$listlines = $odfHandler->setSegment('lines');
@@ -429,7 +429,7 @@ class doc_generic_asset_odt extends ModelePDFAsset
 					$this->error = $e->getMessage();
 					dol_syslog($this->error, LOG_WARNING);
 					return -1;
-				}
+				}*/
 
 				// Replace labels translated
 				$tmparray = $outputlangs->get_translations_for_substitutions();