Ajout flches d'ordonnancement des produits sur les commandes et les propales
This commit is contained in:
parent
b23ca3a0cb
commit
298b1e5505
@ -489,13 +489,13 @@ if ($_POST["action"] == 'setmode')
|
||||
|
||||
if ($_GET['action'] == 'up' && $user->rights->propale->creer)
|
||||
{
|
||||
$propal = new Propal($db, $_GET["propalid"]);
|
||||
$propal = new Propal($db, '', $_GET["propalid"]);
|
||||
$propal->line_up($_GET['rowid']);
|
||||
}
|
||||
|
||||
if ($_GET['action'] == 'down' && $user->rights->propale->creer)
|
||||
{
|
||||
$propal = new Propal($db, $_GET["propalid"]);
|
||||
$propal = new Propal($db, '', $_GET["propalid"]);
|
||||
$propal->line_down($_GET['rowid']);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user