Move $selectedlines to parameter

This commit is contained in:
Maxime Kohlhaas
2019-07-27 18:13:44 +02:00
parent 5c2763d0dd
commit 4bd806ea65
2 changed files with 8 additions and 6 deletions

View File

@@ -1880,7 +1880,7 @@ if ($action == 'create' && $user->rights->commande->creer)
print '<table class="noborder" width="100%">';
$objectsrc->printOriginLinesList();
$objectsrc->printOriginLinesList('', $selectedLines);
print '</table>';
}