diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-10-01 16:45:59 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-10-01 16:45:59 +0000 |
commit | 6863c3158f8e0830de004568581e9bcaa11e300f (patch) | |
tree | a745a6b01e32b5d18106f67fad6e6df8ee42dc50 /LedgerSMB | |
parent | 3a3352d9963d64214e015d8b38938b85d1dfa130 (diff) |
Correcting error saving notes.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2346 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB')
-rw-r--r-- | LedgerSMB/ScriptLib/Company.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/ScriptLib/Company.pm b/LedgerSMB/ScriptLib/Company.pm index 34d22154..1c9f2321 100644 --- a/LedgerSMB/ScriptLib/Company.pm +++ b/LedgerSMB/ScriptLib/Company.pm @@ -507,7 +507,7 @@ sub save_bank_account { sub save_notes { my ($request) = @_; - my $company = new_company($company); + my $company = new_company($request); $company->save_notes(); $company->get(); _render_main_screen($company ); |