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

SF.net SVN: ledger-smb: [592] trunk/LedgerSMB/IR.pm



Revision: 592
          http://svn.sourceforge.net/ledger-smb/?rev=592&view=rev
Author:   tetragon
Date:     2006-11-14 08:07:52 -0800 (Tue, 14 Nov 2006)

Log Message:
-----------
Call to price_matrix_query, not PriceMatrixQuery

Modified Paths:
--------------
    trunk/LedgerSMB/IR.pm

Modified: trunk/LedgerSMB/IR.pm
===================================================================
--- trunk/LedgerSMB/IR.pm	2006-11-14 07:37:31 UTC (rev 591)
+++ trunk/LedgerSMB/IR.pm	2006-11-14 16:07:52 UTC (rev 592)
@@ -1118,7 +1118,7 @@
 		&exchangerate_defaults($dbh, $form);
 
 		# price matrix and vendor partnumber
-		my $pmh = PriceMatrix::PriceMatrixQuery($dbh, $form);
+		my $pmh = PriceMatrix::price_matrix_query($dbh, $form);
 
 		# tax rates for part
  		$query = qq|


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