2
0
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:
Laurent Destailleur
2006-08-21 21:46:21 +00:00
parent d208a018b5
commit 159dbad26f
19 changed files with 63 additions and 42 deletions

View File

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