[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[3754] branches/1.3/bin/aa.pl
- Subject: SF.net SVN: ledger-smb:[3754] branches/1.3/bin/aa.pl
- From: ..hidden..
- Date: Tue, 27 Sep 2011 05:25:34 +0000
Revision: 3754
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3754&view=rev
Author: einhverfr
Date: 2011-09-27 05:25:34 +0000 (Tue, 27 Sep 2011)
Log Message:
-----------
correcting 3414225
Modified Paths:
--------------
branches/1.3/bin/aa.pl
Modified: branches/1.3/bin/aa.pl
===================================================================
--- branches/1.3/bin/aa.pl 2011-09-27 00:18:44 UTC (rev 3753)
+++ branches/1.3/bin/aa.pl 2011-09-27 05:25:34 UTC (rev 3754)
@@ -1666,9 +1666,11 @@
. $locale->text('PO Number');
push @a, qq|<input name="l_transdate" class=checkbox type=checkbox value=Y checked> |
. $locale->text('Invoice Date');
- push @a,
+ if (!$form->{outstanding}){
+ push @a,
qq|<input name="l_projectnumber" class=checkbox type=checkbox value=Y checked> |
. $locale->text('Project Numbers');
+ }
push @a, $l_name;
push @a, $l_employee if $l_employee;
push @a, $l_manager if $l_employee;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.