diff --git a/htdocs/compta/paiement_charge.php b/htdocs/compta/paiement_charge.php index 9ac22d30e1f..c161551d3e3 100644 --- a/htdocs/compta/paiement_charge.php +++ b/htdocs/compta/paiement_charge.php @@ -185,9 +185,9 @@ if ($action == 'create') { print '
| '.$langs->trans("Ref").' | '.$chid.' |
| '.$langs->trans("Label").' | '.$charge->label." |
| '.$langs->trans("Type")." | ".$charge->type_label." |
| '.$langs->trans("Period")." | ".dol_print_date($charge->periode, 'day')." |
| '.$langs->trans("Label").' | '.$charge->label." |
| '.$langs->trans("DateDue")." | ".dol_print_date($charge->date_ech,'day')." |
| '.$langs->trans("Amount")." | ".price($charge->amount,0,$outputlangs,1,-1,-1,$conf->currency).' |
| '.$langs->trans('AccountToDebit').' | '; print ''; + print img_picto('', 'bank_account', 'class="pictofixedwidth"'); $form->select_comptes(GETPOSTISSET("accountid") ? GETPOST("accountid", 'int') : $charge->accountid, "accountid", 0, '', 2); // Show opend bank account list print ' |
| '.$langs->trans('Account').' | '; + print img_picto('', 'bank_account', 'class="pictofixedwidth"'); $form->select_comptes(empty($accountid) ? $obj->fk_account : $accountid, 'accountid', 0, '', 2); print ' |