Ajout de stock
This commit is contained in:
parent
e3f7ec5dc7
commit
287f2baa4e
1 changed files with 4 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ echo ShowItem(array(
|
|||
array('?p_action=fournisseur','Fournisseur'),
|
||||
array('?p_action=depense','Dépense'),
|
||||
array('?p_action=impress','Impression'),
|
||||
array('?p_action=stock','Stock'),
|
||||
array('?p_action=bank','Banque'),
|
||||
array('?p_action=fiche','Fiche'),
|
||||
array('?p_action=contact','Contact'),
|
||||
|
|
@ -170,3 +171,6 @@ if ( $p_action == 'impress')
|
|||
if ( $p_action == 'fiche') {
|
||||
require_once('fiche.inc.php');
|
||||
}
|
||||
if ( $p_action == 'stock') {
|
||||
require_once('stock.inc.php');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue