mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Debug v19
This commit is contained in:
parent
96db44174e
commit
09e504c18e
|
|
@ -618,7 +618,8 @@ if ($action == 'create' && $permissiontoadd) {
|
|||
// Type payment
|
||||
print '<tr><td id="label_type_payment">';
|
||||
print $form->editfieldkey('PaymentMode', 'selectpaymenttype', '', $object, 0, 'string', '', 1).'</td><td>';
|
||||
$form->select_types_paiements(GETPOST("paymenttype", 'aZ09'), "paymenttype", '');
|
||||
print img_picto('', 'bank', 'class="pictofixedwidth"');
|
||||
print $form->select_types_paiements(GETPOST("paymenttype", 'aZ09'), "paymenttype", '');
|
||||
print '</td></tr>';
|
||||
|
||||
// Date payment
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user