0000572: Ajout de dépôt pour les stocks
This commit is contained in:
parent
b14f3c3665
commit
821f5e93e3
8 changed files with 419 additions and 109 deletions
|
|
@ -57,7 +57,7 @@ if ($cont != 0)
|
|||
exit();
|
||||
extract($_REQUEST);
|
||||
set_language();
|
||||
global $g_user;
|
||||
global $g_user,$cn;
|
||||
$cn = new Database($gDossier);
|
||||
$g_user = new User($cn);
|
||||
$g_user->check(true);
|
||||
|
|
@ -547,6 +547,9 @@ EOF;
|
|||
case 'modify_menu';
|
||||
require_once 'ajax_mod_menu.php';
|
||||
break;
|
||||
case 'mod_stock_repo':
|
||||
require_once 'ajax_mod_stock_repo.php';
|
||||
break;
|
||||
default:
|
||||
var_dump($_GET);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue