[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1904] trunk
- Subject: SF.net SVN: ledger-smb: [1904] trunk
- From: ..hidden..
- Date: Sun, 25 Nov 2007 12:42:58 -0800
Revision: 1904
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1904&view=rev
Author: einhverfr
Date: 2007-11-25 12:41:51 -0800 (Sun, 25 Nov 2007)
Log Message:
-----------
Few more fixes for vendor stuff.
Modified Paths:
--------------
trunk/LedgerSMB/DBObject/User.pm
trunk/sql/Pg-database.sql
Modified: trunk/LedgerSMB/DBObject/User.pm
===================================================================
--- trunk/LedgerSMB/DBObject/User.pm 2007-11-25 20:32:34 UTC (rev 1903)
+++ trunk/LedgerSMB/DBObject/User.pm 2007-11-25 20:41:51 UTC (rev 1904)
@@ -77,4 +77,4 @@
$self->{users} = $self->exec_method( procname=>"user_get_all_users" );
}
-1;
\ No newline at end of file
+1;
Modified: trunk/sql/Pg-database.sql
===================================================================
--- trunk/sql/Pg-database.sql 2007-11-25 20:32:34 UTC (rev 1903)
+++ trunk/sql/Pg-database.sql 2007-11-25 20:41:51 UTC (rev 1904)
@@ -1967,16 +1967,14 @@
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 @@
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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.