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

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



Revision: 5651
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5651&view=rev
Author:   einhverfr
Date:     2013-02-07 08:53:56 +0000 (Thu, 07 Feb 2013)
Log Message:
-----------
Print and save now works for orders on 1.3

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

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


Property changes on: branches/1.3
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5515,5519,5524,5526,5528-5529,5533,5544-5546,5548-5549,5554-5555,5563,5565,5569,5576,5579,5589-5590,5597,5602-5603,5608,5610,5615,5617,5620,5622,5633-5634
   + /trunk:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5515,5519,5524,5526,5528-5529,5533,5544-5546,5548-5549,5554-5555,5563,5565,5569,5576,5579,5589-5590,5597,5602-5603,5608,5610,5615,5617,5620,5622,5633-5634,5649-5650

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2013-02-07 08:46:14 UTC (rev 5650)
+++ branches/1.3/Changelog	2013-02-07 08:53:56 UTC (rev 5651)
@@ -8,6 +8,7 @@
 * Updated gnome.css (Pongracz Istvan)
 * Fixed vendor cash account link not respected in payment interface (Chris T)
 * Updated INSTALL with "Actions for Fedora 18" (Havard S)
+* Fixed print and save buttons on orders (Chris T, 3602071)
 
 Chris T is Chris Travers
 Havard S is Havard Sorli


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,5593,5595,5597,5608,5610,5612,5615,5617,5620,5622,5626,5633-5634
   + /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,5595,5597,5608,5610,5612,5615,5617,5620,5622,5626,5633-5634,5649-5650

Modified: branches/1.3/bin/oe.pl
===================================================================
--- branches/1.3/bin/oe.pl	2013-02-07 08:46:14 UTC (rev 5650)
+++ branches/1.3/bin/oe.pl	2013-02-07 08:53:56 UTC (rev 5651)
@@ -2233,6 +2233,7 @@
 }
 
 sub save {
+    delete $form->{display_form};
     if (!$form->close_form()){
        $form->{notice} = $locale->text(
                 'Could not save the data.  Please try again'

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