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

SF.net SVN: ledger-smb:[2346] trunk/LedgerSMB/ScriptLib/Company.pm



Revision: 2346
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2346&view=rev
Author:   einhverfr
Date:     2008-10-01 16:45:59 +0000 (Wed, 01 Oct 2008)

Log Message:
-----------
Correcting error saving notes.

Modified Paths:
--------------
    trunk/LedgerSMB/ScriptLib/Company.pm

Modified: trunk/LedgerSMB/ScriptLib/Company.pm
===================================================================
--- trunk/LedgerSMB/ScriptLib/Company.pm	2008-09-30 14:53:27 UTC (rev 2345)
+++ trunk/LedgerSMB/ScriptLib/Company.pm	2008-10-01 16:45:59 UTC (rev 2346)
@@ -507,7 +507,7 @@
 
 sub save_notes {
     my ($request) = @_;
-    my $company = new_company($company);
+    my $company = new_company($request);
     $company->save_notes();
     $company->get();
     _render_main_screen($company );


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