mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix PhanPluginSuspiciousParamPosition by renaming arg (local assign)
This commit is contained in:
parent
cbd42a7906
commit
e90ce779cc
|
|
@ -258,7 +258,7 @@ if (empty($reshook)) {
|
|||
|
||||
$form = new Form($db);
|
||||
$formproject = new FormProjets($db);
|
||||
$morehtmlright = '';
|
||||
$morehtmlstatus = '';
|
||||
$outputlangs = $langs;
|
||||
if (isModEnabled('accounting')) {
|
||||
$formaccounting = new FormAccounting($db);
|
||||
|
|
@ -474,7 +474,7 @@ if ($id > 0) {
|
|||
|
||||
$object->totalpaid = $totalpaid; // To give a chance to dol_banner_tab to use already paid amount to show correct status
|
||||
|
||||
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="fichehalfleft">';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user