cosmetic : in operation filter was not correct
This commit is contained in:
parent
dc7243902d
commit
692e311e72
3 changed files with 3 additions and 3 deletions
|
|
@ -63,7 +63,7 @@ default:
|
|||
$ss_action='dc';
|
||||
}
|
||||
$f=new Fiche($cn,$_REQUEST['f_id']);
|
||||
echo '<div class="u_subtmenu">';
|
||||
echo '<div class="content">';
|
||||
echo ShowItem(array(
|
||||
array($root."&sc=dc",_('Fiche'),_('Détail de la fiche'),1),
|
||||
array($root.'&sc=sv',_('Suivi'),_('Suivi adm, devis, bon de commande, courrier'),2),
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ default:
|
|||
$ss_action='dc';
|
||||
}
|
||||
$f=new Fiche($cn,$_REQUEST['f_id']);
|
||||
echo '<div class="u_subtmenu">';
|
||||
echo '<div class="content">';
|
||||
echo ShowItem(array(
|
||||
array($root."&sc=dc",_('Fiche'),_('Détail de la fiche'),1),
|
||||
array($root.'&sc=sv',_('Suivi'),_('Suivi client, devis, bon de commande, courrier'),2),
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ default:
|
|||
}
|
||||
$f=new Fiche($cn,$_REQUEST['f_id']);
|
||||
|
||||
echo '<div class="u_subtmenu">';
|
||||
echo '<div class="content">';
|
||||
echo ShowItem(array(
|
||||
array($root."&sc=dc",_('Fiche'),_('Détail de la fiche'),1),
|
||||
array($root.'&sc=sv',_('Suivi'),_('Suivi Fournisseur, devis, bon de commande, courrier'),2),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue