From f1756b69854a21b50da387f32f394d4b6fb80be7 Mon Sep 17 00:00:00 2001 From: aurynn_cmd Date: Mon, 6 Aug 2007 20:28:31 +0000 Subject: Addition of Vendor and Customer-specific save, get, and search functions in Pgsql stored procedures. Cleanup and modification of Employee.sql, to fit the new Entity framework, as well as the modifications to support trigram searching. Addition of customer.pl and vendor.pl scripts, to support new perl framework code, as well as .pm modules for the same. Some cleanup of Pg-database.sql. addition of note_class = 1 check on entity_note, removal of check id = 1. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1454 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/aa.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/aa.pl b/bin/aa.pl index e097a7b2..4d8819e9 100644 --- a/bin/aa.pl +++ b/bin/aa.pl @@ -1540,6 +1540,8 @@ qq| | } sub transactions { + # it shouldn't be putting it into vendor_id or customer_id, but into + # entity_id, conforming to the new entity tables. if ( $form->{ $form->{vc} } ) { $form->{ $form->{vc} } = $form->unescape( $form->{ $form->{vc} } ); ( $form->{ $form->{vc} }, $form->{"$form->{vc}_id"} ) = -- cgit v1.2.3