mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update paiement_charge.php
fixed...
This commit is contained in:
parent
f2b057f376
commit
40345ea0f5
|
|
@ -282,7 +282,7 @@ if ($action == 'create')
|
|||
|
||||
if ($objp->date_ech > 0)
|
||||
{
|
||||
print <td class="left">'.dol_print_date($objp->date_ech, 'day').'</td>'."\n";
|
||||
print '<td class="left">'.dol_print_date($objp->date_ech, 'day').'</td>'."\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user