Update paiement_charge.php

fixed...
This commit is contained in:
Philippe Grand 2019-02-15 17:38:35 +01:00 committed by GitHub
parent f2b057f376
commit 40345ea0f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
{