Merge pull request #10880 from altatof/condpay
allow empty value for payment conditions like in orders
This commit is contained in:
commit
661a984b8e
@ -1625,7 +1625,7 @@ if ($action == 'create')
|
|||||||
|
|
||||||
// Terms of payment
|
// Terms of payment
|
||||||
print '<tr><td class="nowrap fieldrequired">' . $langs->trans('PaymentConditionsShort') . '</td><td>';
|
print '<tr><td class="nowrap fieldrequired">' . $langs->trans('PaymentConditionsShort') . '</td><td>';
|
||||||
$form->select_conditions_paiements($soc->cond_reglement_id, 'cond_reglement_id');
|
$form->select_conditions_paiements($soc->cond_reglement_id, 'cond_reglement_id', -1, 1);
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
// Mode of payment
|
// Mode of payment
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user