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

SF.net SVN: ledger-smb:[6157] trunk



Revision: 6157
          http://sourceforge.net/p/ledger-smb/code/6157
Author:   einhverfr
Date:     2013-10-23 08:55:55 +0000 (Wed, 23 Oct 2013)
Log Message:
-----------
Saving the allow input checkbox works now

Modified Paths:
--------------
    trunk/LedgerSMB/Setting/Sequence.pm
    trunk/UI/Configuration/sequence.html

Modified: trunk/LedgerSMB/Setting/Sequence.pm
===================================================================
--- trunk/LedgerSMB/Setting/Sequence.pm	2013-10-23 08:17:18 UTC (rev 6156)
+++ trunk/LedgerSMB/Setting/Sequence.pm	2013-10-23 08:55:55 UTC (rev 6157)
@@ -84,7 +84,7 @@
 
 =cut
 
-has allow_input => (is => 'rw', isa => 'Bool', required => 0);
+has accept_input => (is => 'rw', isa => 'Bool', required => 0);
 
 =head1 METHODS
 

Modified: trunk/UI/Configuration/sequence.html
===================================================================
--- trunk/UI/Configuration/sequence.html	2013-10-23 08:17:18 UTC (rev 6156)
+++ trunk/UI/Configuration/sequence.html	2013-10-23 08:55:55 UTC (rev 6157)
@@ -23,8 +23,8 @@
           value = 1
      } ?></td>
  <td><?lsmb 
-     checked = 0;
-     IF seq.accept_input; checked = 'CHECKED'; ELSE; checked = '0'; END;
+     checked = undefined;
+     IF seq.accept_input; checked = 'CHECKED'; ELSE; checked = undefined; END;
      PROCESS input element_data = {
            type = 'checkbox'
            name = 'accept_input_' _ count

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


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits