This commit is contained in:
Laurent Destailleur 2020-03-18 19:55:49 +01:00
parent d3e7d61bed
commit 6298071f83
2 changed files with 3 additions and 3 deletions

View File

@ -566,8 +566,8 @@ if ($result) {
print '<td>'.$objp->tva_intra.'</td>';
// Current account
print '<td class="center" style="'.$code_sell_p_notset.'">';
// Found accounts
print '<td style="'.$code_sell_p_notset.'">';
$s = '<span class="small">'.(($objp->type_l == 1) ? $langs->trans("DefaultForService") : $langs->trans("DefaultForProduct")).': </span>';
$shelp = '';
if ($suggestedaccountingaccountbydefaultfor == 'eec') $shelp .= $langs->trans("SaleEEC");

View File

@ -548,7 +548,7 @@ if ($result) {
// VAT Num
print '<td>'.$objp->tva_intra.'</td>';
// Current account
// Found accounts
print '<td style="'.$code_buy_p_notset.'">';
$s = '<span class="small">'.(($objp->type_l == 1) ? $langs->trans("DefaultForService") : $langs->trans("DefaultForProduct")).': </span>';
$shelp = '';