[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[4363] branches/1.3
- Subject: SF.net SVN: ledger-smb:[4363] branches/1.3
- From: ..hidden..
- Date: Sat, 25 Feb 2012 13:41:41 +0000
Revision: 4363
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4363&view=rev
Author: einhverfr
Date: 2012-02-25 13:41:41 +0000 (Sat, 25 Feb 2012)
Log Message:
-----------
Recon checkbox now properly set on account screen
Modified Paths:
--------------
branches/1.3/Changelog
branches/1.3/scripts/account.pl
Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog 2012-02-25 07:24:31 UTC (rev 4362)
+++ branches/1.3/Changelog 2012-02-25 13:41:41 UTC (rev 4363)
@@ -17,6 +17,7 @@
* Corrected Perl issues on _db_init when custom fields defined, 5.12 (Chris T)
* Adding missing permissions for editing parts (Chris T)
* Clarified string for vendor's part number in parts screen (Frans S)
+* Recon checkbox now is set properly (Chris T)
Hilton D is Hilton Day
Modified: branches/1.3/scripts/account.pl
===================================================================
--- branches/1.3/scripts/account.pl 2012-02-25 07:24:31 UTC (rev 4362)
+++ branches/1.3/scripts/account.pl 2012-02-25 13:41:41 UTC (rev 4363)
@@ -113,6 +113,7 @@
my ($form) = @_;
my $account = LedgerSMB::DBObject::Account->new({base => $form});
@{$form->{all_headings}} = $account->list_headings();
+ $form->{recon} = $account->is_recon();
my $locale = $form->{_locale};
my $buttons = [];
my $checked;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.