From f45f491be04efa5335c878e0f630f885b71571f8 Mon Sep 17 00:00:00 2001
From: einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>
Date: Sun, 25 Nov 2007 20:41:51 +0000
Subject: Few more fixes for vendor stuff.

git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1904 4979c152-3d1c-0410-bac9-87ea11338e46
---
 sql/Pg-database.sql | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

(limited to 'sql')

diff --git a/sql/Pg-database.sql b/sql/Pg-database.sql
index 5593bb94..060655fa 100644
--- a/sql/Pg-database.sql
+++ b/sql/Pg-database.sql
@@ -1967,16 +1967,14 @@ COPY menu_attribute (node_id, attribute, value, id) FROM stdin;
 10	action	report	25
 10	report	nontaxable_sales	26
 11	menu	1	27
-12	module	ct.pl	28
+12	module	customer.pl	28
 12	action	add	29
-12	db	customer	30
 13	menu	1	31
-14	module	ct.pl	32
-14	db	customer	34
+14	module	customer.pl	32
+14	action	search	36
 15	module	ct.pl	35
-15	action	add	36
 15	db	customer	37
-14	action	history	33
+15	action	history	33
 16	menu	1	38
 17	module	ps.pl	39
 17	action	add	40
@@ -2011,15 +2009,15 @@ COPY menu_attribute (node_id, attribute, value, id) FROM stdin;
 29	action	report	70
 29	report	report	71
 30	menu	1	72
-31	module	ct.pl	73
+31	module	vendor.pl	73
 31	action	add	74
 31	db	vendor	75
 32	menu	1	76
-33	module	ct.pl	77
-33	action	history	79
+33	module	vendor.pl	77
+33	action	search	79
 33	db	vendor	78
-34	module	ct.pl	80
-34	action	add	81
+34	module	vendor.pl	80
+34	action	history	81
 34	db	vendor	82
 35	menu	1	83
 36	module	payment.pl	84
-- 
cgit v1.2.3