瀏覽代碼

Merge pull request #19135 from hregis/fix_wrong_position_of_error_message

FIX wrong position of error message
Laurent Destailleur 3 年之前
父節點
當前提交
b4d241a12b
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      htdocs/societe/card.php

+ 0 - 1
htdocs/societe/card.php

@@ -2509,7 +2509,6 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
 			print '</td>';
 			print '<td>';
 			print showValueWithClipboardCPButton(dol_escape_htmltag($object->code_client));
-			print '</td>';
 			$tmpcheck = $object->check_codeclient();
 			if ($tmpcheck != 0 && $tmpcheck != -5) {
 				print ' <font class="error">('.$langs->trans("WrongCustomerCode").')</font>';