[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[6022] branches/1.3
- Subject: SF.net SVN: ledger-smb:[6022] branches/1.3
- From: ..hidden..
- Date: Sat, 14 Sep 2013 08:27:57 +0000
Revision: 6022
http://sourceforge.net/p/ledger-smb/code/6022
Author: einhverfr
Date: 2013-09-14 08:27:56 +0000 (Sat, 14 Sep 2013)
Log Message:
-----------
Fixing bug 885, can't edit sales quotation
Modified Paths:
--------------
branches/1.3/Changelog
branches/1.3/sql/Pg-database.sql
branches/1.3/sql/modules/Fixes.sql
Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog 2013-09-14 08:22:20 UTC (rev 6021)
+++ branches/1.3/Changelog 2013-09-14 08:27:56 UTC (rev 6022)
@@ -14,8 +14,13 @@
* Fixed on hold not available for ar/ap transactions (Chris T, 838)
* Fixed single payments screen confusing (Chris T, 856)
* Fixed confusing error on tax form reports (Chris T, 883)
+* Fixed unable to edit quotation.tex (Chris T, 885)
+Chris T is Chris Travers
+Nick P is Nick Prater
+Pongracz I is Pongracz Istvan
+
Changelog for 1.3.34
* Fixed some SQL syntax issues on using overpayments (Chris T)
* Fixed date range when clicking through income statement to gl (Chris T, 836)
Modified: branches/1.3/sql/Pg-database.sql
===================================================================
--- branches/1.3/sql/Pg-database.sql 2013-09-14 08:22:20 UTC (rev 6021)
+++ branches/1.3/sql/Pg-database.sql 2013-09-14 08:27:56 UTC (rev 6022)
@@ -3117,7 +3117,7 @@
180 template purchase_order 513
181 template bin_list 514
182 template statement 515
-185 template quotation 518
+185 template sales_quotation 518
186 template rfq 519
187 template timecard 520
183 template check 516
Modified: branches/1.3/sql/modules/Fixes.sql
===================================================================
--- branches/1.3/sql/modules/Fixes.sql 2013-09-14 08:22:20 UTC (rev 6021)
+++ branches/1.3/sql/modules/Fixes.sql 2013-09-14 08:27:56 UTC (rev 6022)
@@ -637,3 +637,9 @@
BEGIN;
ALTER TABLE location ALTER COLUMN mail_code DROP NOT NULL;
COMMIT;
+
+BEGIN;
+UPDATE menu_attribute
+ SET value = 'sales_quotation'
+ where value = 'quotation' AND attribute='template';
+COMMIT;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13.
http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits