Le paramtre PROPALE_VALIDITY_DURATION peut s'diter depuis page config module propale
This commit is contained in:
parent
df1c3c03cb
commit
eb856d7a25
@ -124,7 +124,7 @@ if ($_GET["action"] == 'create')
|
||||
$html->select_date('','','','','',"addprop");
|
||||
print '</td></tr>';
|
||||
|
||||
print '<tr><td>'.$langs->trans("ValidityDuration").'</td><td colspan="2"><input name="duree_validite" size="5" value="'.$conf->global->PROPALE_VALIDITY_DURATION.'"> '.$langs->trans("days").'</td></tr>';
|
||||
print '<tr><td>'.$langs->trans("ValidityDuration").'</td><td colspan="2"><input name="duree_validite" size="5" value="'.$conf->global->PROPALE_VALIDITY_DURATION.'"> '.$langs->trans("days").'</td></tr>';
|
||||
|
||||
// Conditions de réglement
|
||||
print '<tr><td nowrap>'.$langs->trans('PaymentConditionsShort').'</td><td colspan="2">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user