mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Fix: uniformize code
This commit is contained in:
@@ -98,7 +98,7 @@ class box_contracts extends ModeleBoxes {
|
||||
|
||||
$contractstatic->statut=$objp->fk_statut;
|
||||
$contractstatic->id=$objp->rowid;
|
||||
$result=$contractstatic->fetch_lignes();
|
||||
$result=$contractstatic->fetch_lines();
|
||||
|
||||
// fin_validite is no more on contract but on services
|
||||
// if ($objp->fk_statut == 1 && $dateterm < ($now - $conf->contrat->cloture->warning_delay)) { $late = img_warning($langs->trans("Late")); }
|
||||
|
||||
Reference in New Issue
Block a user