Browse Source

Update productaccount.php

Philippe Grand 6 years ago
parent
commit
dff30f17a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/accountancy/admin/productaccount.php

+ 1 - 1
htdocs/accountancy/admin/productaccount.php

@@ -439,7 +439,7 @@ if ($result)
 			print '</td>';
 		} else {
 			// Accounting account sell
-			print '<td style="text-align:left;">';
+			print '<td class="left">';
 			//$defaultvalue=GETPOST('codeventil_' . $product_static->id,'alpha');        This is id and we need a code
 			if (empty($defaultvalue)) $defaultvalue=$compta_prodsell;
 			$codesell=length_accountg($obj->accountancy_code_sell);