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

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



Revision: 6552
          http://sourceforge.net/p/ledger-smb/code/6552
Author:   einhverfr
Date:     2014-01-20 02:40:18 +0000 (Mon, 20 Jan 2014)
Log Message:
-----------
Adding show_creditlimit setting since that will have to be done differently in 1.3.x,  This is relevant to bug 927

Modified Paths:
--------------
    trunk/LedgerSMB/Scripts/configuration.pm
    trunk/sql/modules/Fixes.sql

Modified: trunk/LedgerSMB/Scripts/configuration.pm
===================================================================
--- trunk/LedgerSMB/Scripts/configuration.pm	2014-01-19 13:56:23 UTC (rev 6551)
+++ trunk/LedgerSMB/Scripts/configuration.pm	2014-01-20 02:40:18 UTC (rev 6552)
@@ -104,6 +104,8 @@
    ] },
    { title => $locale->text('Misc Settings'),
      items => [  
+       { name => 'show_creditlimit', type => 'YES_NO', 
+        label => $locale->text('Show Credit Limit') },
        { name => 'dojo_theme',
          type => 'SELECT_ONE',
         label => $locale->text('Widgit Themes') },

Modified: trunk/sql/modules/Fixes.sql
===================================================================
--- trunk/sql/modules/Fixes.sql	2014-01-19 13:56:23 UTC (rev 6551)
+++ trunk/sql/modules/Fixes.sql	2014-01-20 02:40:18 UTC (rev 6552)
@@ -331,3 +331,7 @@
 ALTER TABLE new_shipto ADD FOREIGN KEY (trans_id) REFERENCES transactions(id);
 COMMIT;
 -- Beta 4 fixes below
+
+BEGIN;
+INSERT INTO defaults VALUES ('show_creditlimit', '1');
+COMMIT;

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


------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits