[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [709] branches/1.2/LedgerSMB



Revision: 709
          http://svn.sourceforge.net/ledger-smb/?rev=709&view=rev
Author:   tetragon
Date:     2006-11-30 12:13:47 -0800 (Thu, 30 Nov 2006)

Log Message:
-----------
Remove pre-parameterisation stringified NULL

Modified Paths:
--------------
    branches/1.2/LedgerSMB/Form.pm
    branches/1.2/LedgerSMB/IR.pm

Modified: branches/1.2/LedgerSMB/Form.pm
===================================================================
--- branches/1.2/LedgerSMB/Form.pm	2006-11-30 20:04:34 UTC (rev 708)
+++ branches/1.2/LedgerSMB/Form.pm	2006-11-30 20:13:47 UTC (rev 709)
@@ -3077,7 +3077,7 @@
 					$audittrail->{tablename},
 					$audittrail->{reference},
 					$audittrail->{formname},
-					$audittrail->{action}.
+					$audittrail->{action},
 					$employee_id,
 					$audittrail->{transdate}
 				);
@@ -3092,7 +3092,7 @@
 					$audittrail->{tablename},
 					$audittrail->{reference},
 					$audittrail->{formname},
-					$audittrail->{action}.
+					$audittrail->{action},
 					$employee_id,
 				);
 			}

Modified: branches/1.2/LedgerSMB/IR.pm
===================================================================
--- branches/1.2/LedgerSMB/IR.pm	2006-11-30 20:04:34 UTC (rev 708)
+++ branches/1.2/LedgerSMB/IR.pm	2006-11-30 20:13:47 UTC (rev 709)
@@ -355,8 +355,6 @@
 						$form->{"sellprice_$i"} * $qty, 
 						2);
 
-					$ref->{project_id} ||= 'NULL';
-
 					if ($linetotal) {
 						$query = qq|
 							INSERT INTO acc_trans 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.