forked from Wavyzz/dolibarr
Fix: Le bit des remises cre sur propales, commandes, contrat n'tait pas propag qd on cre une facture
This commit is contained in:
@@ -203,7 +203,7 @@ if ($handle)
|
||||
$htmltooltip='<b>'.$langs->trans("NextValue").'</b>: '.$nextval;
|
||||
}
|
||||
print '<td align="center">';
|
||||
$html->textwithhelp('',$htmltooltip,1,0);
|
||||
print $html->textwithhelp('',$htmltooltip,1,0);
|
||||
print '</td>';
|
||||
|
||||
print '</tr>';
|
||||
@@ -319,7 +319,7 @@ while (($file = readdir($handle))!==false)
|
||||
$htmltooltip.='<br><b>'.$langs->trans("PaymentConditions").'</b>: '.yn($module->option_condreg);
|
||||
$htmltooltip.='<br><b>'.$langs->trans("MultiLanguage").'</b>: '.yn($module->option_multilang);
|
||||
print '<td align="center">';
|
||||
$html->textwithhelp('',$htmltooltip,1,0);
|
||||
print $html->textwithhelp('',$htmltooltip,1,0);
|
||||
print '</td>';
|
||||
print '<td align="center">';
|
||||
print '<a href="'.$_SERVER["PHP_SELF"].'?action=specimen&module='.$name.'">'.img_object($langs->trans("Preview"),'order').'</a>';
|
||||
|
||||
Reference in New Issue
Block a user