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

SF.net SVN: ledger-smb:[5809] branches/1.3



Revision: 5809
          http://sourceforge.net/p/ledger-smb/code/5809
Author:   einhverfr
Date:     2013-05-16 11:30:05 +0000 (Thu, 16 May 2013)
Log Message:
-----------
Fixing projects, etc. being selectable at the start of invoice/order, 1.3 specific, bug 824

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/bin/io.pl

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2013-05-16 11:27:45 UTC (rev 5808)
+++ branches/1.3/Changelog	2013-05-16 11:30:05 UTC (rev 5809)
@@ -9,6 +9,7 @@
 * Fixed UI inconsistency re: language dropdown (Chris T, 816)
 * Fixed grants to menus (which can cause problems for submenus (Chris T, 820)
 * Fixed tax boxes cannot be all unset (Chris T, 818)
+* Project, serial number, and notes now appear initially (Chris T, 824)
 
 Changelog for 1.3.32
 * Fixed em-dash handling for pdfs (Chris T)

Modified: branches/1.3/bin/io.pl
===================================================================
--- branches/1.3/bin/io.pl	2013-05-16 11:27:45 UTC (rev 5808)
+++ branches/1.3/bin/io.pl	2013-05-16 11:30:05 UTC (rev 5809)
@@ -430,10 +430,6 @@
 |;
             }
 
-            $serial   = "";
-            $project  = "";
-            $delivery = "";
-            $notes    = "";
         }
 
         # print second and third row

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