[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[6442] trunk
- Subject: SF.net SVN: ledger-smb:[6442] trunk
- From: ..hidden..
- Date: Sat, 11 Jan 2014 09:33:17 +0000
Revision: 6442
http://sourceforge.net/p/ledger-smb/code/6442
Author: einhverfr
Date: 2014-01-11 09:33:15 +0000 (Sat, 11 Jan 2014)
Log Message:
-----------
Updating changelog for other changes
also fixing 875, undefined routine when adding pricegroup
Modified Paths:
--------------
trunk/Changelog
trunk/bin/pe.pl
Modified: trunk/Changelog
===================================================================
--- trunk/Changelog 2014-01-11 08:50:18 UTC (rev 6441)
+++ trunk/Changelog 2014-01-11 09:33:15 UTC (rev 6442)
@@ -23,6 +23,7 @@
* Templates for user documents (like invoices) now stored in the db (Chris T)
* New Roles.sql file can be reloaded without prepocessing (Chris T)
* New Roles.sql file leaves no errors on success (Chris T)
+* Removed public grants, using a base user instead (Chris T)
Enhancing data integrity
* No longer allow NULL amounts in acc_trans (Chris T)
Modified: trunk/bin/pe.pl
===================================================================
--- trunk/bin/pe.pl 2014-01-11 08:50:18 UTC (rev 6441)
+++ trunk/bin/pe.pl 2014-01-11 09:33:15 UTC (rev 6442)
@@ -51,7 +51,12 @@
PE->get_partsgroup( \%myconfig, \%$form )
if $form->{id};
}
+sub prepare_pricegroup {
+ PE->get_pricegroup( \%myconfig, \%$form )
+ if $form->{id};
+}
+
sub save {
if ( $form->{translation} ) {
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