Fix: Wrong column line
Change date format
This commit is contained in:
parent
6fa0f067da
commit
9023aaafaf
@ -236,7 +236,7 @@ if ($resql)
|
||||
{
|
||||
// Print total
|
||||
print '<tr class="liste_total">';
|
||||
print '<td class="liste_total" colspan="5" align="left">'.$langs->trans("Total").'</td>';
|
||||
print '<td class="liste_total" colspan="6" align="left">'.$langs->trans("Total").'</td>';
|
||||
print '<td class="liste_total" align="right">'.price($total).'</td>';
|
||||
print '<td class="liste_total" align="right">'.price($total_ttc).'</td>';
|
||||
print '<td class="liste_total" align="center"> </td>';
|
||||
|
||||
@ -154,7 +154,7 @@ if ( $societe->fetch($socid) )
|
||||
print '<td align="center" width="80">';
|
||||
if ($obj->dc)
|
||||
{
|
||||
print dolibarr_print_date($obj->dc);
|
||||
print dolibarr_print_date($obj->dc,'day');
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -210,7 +210,7 @@ if ( $societe->fetch($socid) )
|
||||
print '<td>';
|
||||
print '<a href="facture/fiche.php?facid='.$obj->rowid.'">';
|
||||
print img_object($langs->trans('ShowBill'),'bill').' '.$obj->facnumber.'</a> '.dolibarr_trunc($obj->libelle,14).'</td>';
|
||||
print '<td align="center" nowrap="nowrap">'.dolibarr_print_date($obj->df).'</td>';
|
||||
print '<td align="center" nowrap="nowrap">'.dolibarr_print_date($obj->df,'day').'</td>';
|
||||
print '<td align="right" nowrap="nowrap">'.price($obj->amount).'</td>';
|
||||
print '<td align="right" nowrap="nowrap">'.$facturestatic->LibStatut($obj->paye,$obj->fk_statut,5).'</td>';
|
||||
print '</tr>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user