Change CARD et PRINTCARD
This commit is contained in:
parent
c87441ce98
commit
831af21152
2 changed files with 3 additions and 505 deletions
|
|
@ -471,3 +471,6 @@ CREATE INDEX quant_sold_jrn_fki
|
|||
|
||||
create sequence uos_pk_seq;
|
||||
create table tool_uos ( uos_value bigint default nextval ('uos_pk_seq') primary key );
|
||||
|
||||
update menu_ref set me_code='CFGCARD',me_file='cfgfiche.inc.php' where me_code='CARD';
|
||||
update menu_ref set me_code='CARD',me_file='fiche.inc.php' where me_code='PRINTCARD';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue