Fixed error
This commit is contained in:
parent
4c5e959911
commit
c9ee0e5f93
@ -109,7 +109,6 @@ if ($object->id > 0) {
|
||||
$morehtmlref .= $form->editfieldval("Date", 'datep', $object->date, $object, $object->statut == 0 && ($user->rights->fournisseur->facture->creer || $user->rights->supplier_invoice->creer), 'datehourpicker', '', null, $langs->trans('PaymentDateUpdateSucceeded'));
|
||||
|
||||
// Payment mode
|
||||
$labeltype =
|
||||
$morehtmlref .= '<br>'.$langs->trans('PaymentMode').' : ';
|
||||
$morehtmlref .= $langs->trans("PaymentType".$object->type_code) != ("PaymentType".$object->type_code) ? $langs->trans("PaymentType".$object->type_code) : $object->type_label;
|
||||
$morehtmlref .= $object->num_payment ? ' - '.$object->num_payment : '';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user