|
@@ -131,7 +131,7 @@ if (!empty($conf->projet->enabled)) {
|
|
|
}
|
|
|
$morehtmlref .= '</div>';
|
|
|
|
|
|
-$object->totalpaye = $totalpaye; // To give a chance to dol_banner_tab to use already paid amount to show correct status
|
|
|
+$object->totalpaid = $totalpaye; // To give a chance to dol_banner_tab to use already paid amount to show correct status
|
|
|
|
|
|
dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref, '', 0);
|
|
|
|
|
@@ -140,7 +140,7 @@ print '<div class="underbanner clearboth"></div>';
|
|
|
|
|
|
print '<br>';
|
|
|
|
|
|
-print '<table width="100%"><tr><td>';
|
|
|
+print '<table class="centpercent"><tr><td>';
|
|
|
dol_print_object_info($object);
|
|
|
print '</td></tr></table>';
|
|
|
|