mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
php warning, feature not yet implemented (#34042)
moved on another tabs
This commit is contained in:
@@ -352,9 +352,9 @@ if (empty($numref)) {
|
||||
$massactionbutton = $form->selectMassAction('', $arrayofmassactions);
|
||||
|
||||
$morehtml = '';
|
||||
if ($action != 'addline' && $action != 'reconcile') {
|
||||
$morehtml .= $buttonreconcile;
|
||||
}
|
||||
//if ($action != 'addline' && $action != 'reconcile') {
|
||||
// $morehtml .= $buttonreconcile;
|
||||
//}
|
||||
|
||||
print '<form name="aaa" action="'.$_SERVER["PHP_SELF"].'" method="POST">';
|
||||
print '<input type="hidden" name="token" value="'.newToken().'">';
|
||||
|
||||
Reference in New Issue
Block a user