Author: danydb
Date: 2012-06-25 23:09:16 +0200 (Mon, 25 Jun 2012)
New Revision: 5010
Modified:
phpcompta/trunk/html/admin/sql/patch/upgrade102.sql
Log:
set order STOCK in compta
Modified: phpcompta/trunk/html/admin/sql/patch/upgrade102.sql
===================================================================
--- phpcompta/trunk/html/admin/sql/patch/upgrade102.sql 2012-06-25 20:44:12 UTC
(rev 5009)
+++ phpcompta/trunk/html/admin/sql/patch/upgrade102.sql 2012-06-25 21:09:16 UTC
(rev 5010)
@@ -225,7 +225,7 @@
INSERT INTO profile_menu(me_code, me_code_dep, p_id, p_order, p_type_display,
pm_default)
VALUES ('CFGSTOCK', 'PARAM', 1, 40, 'E', 0);
update menu_ref set me_file=null where me_code='STOCK';
-update profile_menu set me_code_dep='COMPTA',p_order=15 where me_code='STOCK'
and me_code_dep='ADV';
+update profile_menu set me_code_dep='COMPTA',p_order=90 where me_code='STOCK'
and me_code_dep='ADV';
CREATE TABLE stock_repository
(
---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu
_______________________________________________
Phpcompta est un logiciel libre de comptabilité en ligne
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev