2
0
forked from Wavyzz/dolibarr

Fix PhanPluginSuspiciousParamPosition by renaming arg (local assign)

This commit is contained in:
MDW
2024-03-12 19:50:07 +01:00
parent 3874830fc0
commit 7ecc9cfc2a

View File

@@ -142,9 +142,9 @@ if ($object->id) {
$object->totalpaid = $alreadypayed; // To give a chance to dol_banner_tab to use already paid amount to show correct status
$morehtmlright = '';
$morehtmlstatus = '';
dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'ref', $morehtmlref, '', 0, '', $morehtmlright);
dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'ref', $morehtmlref, '', 0, '', $morehtmlstatus);
print '<div class="fichecenter">';
print '<div class="underbanner clearboth"></div>';