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

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



Revision: 5594
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5594&view=rev
Author:   einhverfr
Date:     2013-01-16 09:14:07 +0000 (Wed, 16 Jan 2013)
Log Message:
-----------
Correcting workflow adding contact info.  Now it is possible to enter multiple records without changing everything that needs to be changed.  Fix largely independent of fix to trunk

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/LedgerSMB/ScriptLib/Company.pm

Property Changed:
----------------
    branches/1.3/Changelog

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2013-01-16 09:06:21 UTC (rev 5593)
+++ branches/1.3/Changelog	2013-01-16 09:14:07 UTC (rev 5594)
@@ -16,6 +16,10 @@
 * Fixed cash/receipt and payment screen calculating to pay wrong (Chris T,
 3599995)
 * Fixed net-0 transactions not showing up on search (Chris T, 3600700)
+* Fixed incorrect recommendation in Makefile.PL (Chris T, h.t Havard S and
+Robert C)
+* Fixed contact info addition workflow.  Now entering multiple contact records 
+is not a total pain(Chris T)
 
 Changelog for 1.3.28
 * Added db list to setup.pl when no db is entered and credentials allow login


Property changes on: branches/1.3/Changelog
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/Changelog:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5513,5515,5519,5524,5529,5548,5563,5565,5578-5579,5581,5583,5587,5590
   + /trunk/Changelog:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5513,5515,5519,5524,5529,5548,5563,5565,5578-5579,5581,5583,5587,5590,5593

Modified: branches/1.3/LedgerSMB/ScriptLib/Company.pm
===================================================================
--- branches/1.3/LedgerSMB/ScriptLib/Company.pm	2013-01-16 09:06:21 UTC (rev 5593)
+++ branches/1.3/LedgerSMB/ScriptLib/Company.pm	2013-01-16 09:14:07 UTC (rev 5594)
@@ -816,6 +816,8 @@
         $company->save_contact();
     }
     $company->get;
+    delete $company->{description};
+    delete $company->{contact};
     _render_main_screen( $company );
 }
 

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