Update productaccount.php

This commit is contained in:
Philippe Grand 2019-01-16 19:20:28 +01:00 committed by GitHub
parent c9aa00c09f
commit dff30f17a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);