Fix properties
This commit is contained in:
parent
3a7552431f
commit
3692f9534e
@ -1458,6 +1458,8 @@ if ($object->id > 0) {
|
||||
$facturestatic->total_tva = $objp->total_tva;
|
||||
$facturestatic->total_ttc = $objp->total_ttc;
|
||||
$facturestatic->statut = $objp->status;
|
||||
$facturestatic->date = $db->jdate($objp->df);
|
||||
$facturestatic->date_lim_reglement = $db->jdate($objp->dl);
|
||||
|
||||
print '<tr class="oddeven">';
|
||||
print '<td class="nowraponall">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user