[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1283] trunk/sql/Pg-database.sql
- Subject: SF.net SVN: ledger-smb: [1283] trunk/sql/Pg-database.sql
- From: ..hidden..
- Date: Mon, 18 Jun 2007 22:38:48 -0700
Revision: 1283
http://svn.sourceforge.net/ledger-smb/?rev=1283&view=rev
Author: einhverfr
Date: 2007-06-18 22:38:48 -0700 (Mon, 18 Jun 2007)
Log Message:
-----------
Added ar voucher type.
Modified Paths:
--------------
trunk/sql/Pg-database.sql
Modified: trunk/sql/Pg-database.sql
===================================================================
--- trunk/sql/Pg-database.sql 2007-06-19 05:33:54 UTC (rev 1282)
+++ trunk/sql/Pg-database.sql 2007-06-19 05:38:48 UTC (rev 1283)
@@ -10,6 +10,7 @@
);
insert into batch_class (batch_type) values ('ap');
+insert into batch_class (batch_type) values ('ar');
insert into batch_class (batch_type) values ('payment');
insert into batch_class (batch_type) values ('payment_reversal');
insert into batch_class (batch_type) values ('gl');
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.