New: Ajout d'un champ note/motif sur la modif de la remise commerciale permanente de socit
This commit is contained in:
parent
050a267351
commit
e460aac0b1
@ -149,7 +149,7 @@ if ($_socid > 0)
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td width="160">'.$langs->trans("Date").'</td>';
|
||||
print '<td width="160" align="center">'.$langs->trans("CustomerRelativeDiscountShort").'</td>';
|
||||
print '<td align="left">'.$langs->trans("Note").'</td>';
|
||||
print '<td align="left">'.$langs->trans("NoteReason").'</td>';
|
||||
print '<td align="center">'.$langs->trans("User").'</td>';
|
||||
print '</tr>';
|
||||
$i = 0 ;
|
||||
|
||||
@ -148,7 +148,7 @@ if ($_socid > 0)
|
||||
print '<table class="border" width="100%">';
|
||||
print '<tr><td width="33%">'.$langs->trans("NewGlobalDiscount").'</td>';
|
||||
print '<td><input type="text" size="5" name="remise" value="'.$_POST["remise"].'"> '.$langs->trans("Currency".$conf->monnaie).'</td></tr>';
|
||||
print '<tr><td width="33%">'.$langs->trans("ReasonDiscount").'</td>';
|
||||
print '<tr><td width="33%">'.$langs->trans("NoteReason").'</td>';
|
||||
print '<td><input type="text" size="60" name="desc" value="'.$_POST["desc"].'"></td></tr>';
|
||||
|
||||
print '<tr><td align="center" colspan="2"><input type="submit" class="button" value="'.$langs->trans("AddGlobalDiscount").'"></td></tr>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user