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

SF.net SVN: ledger-smb:[5636] trunk/bin/oe.pl



Revision: 5636
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5636&view=rev
Author:   einhverfr
Date:     2013-01-28 07:24:04 +0000 (Mon, 28 Jan 2013)
Log Message:
-----------
Removing '
print and save' buttons from order entry since these are now quite broken and the workflow not clearly needed.  If we need to add the feature back, we will need to re-write it anyway

Modified Paths:
--------------
    trunk/bin/oe.pl

Modified: trunk/bin/oe.pl
===================================================================
--- trunk/bin/oe.pl	2013-01-27 10:37:10 UTC (rev 5635)
+++ trunk/bin/oe.pl	2013-01-28 07:24:04 UTC (rev 5636)
@@ -819,18 +819,8 @@
               { ndx => 4, key => 'T', value => $locale->text('Ship to') },
             'e_mail' =>
               { ndx => 5, key => 'E', value => $locale->text('E-mail') },
-            'print_and_save' => {
-                ndx   => 6,
-                key   => 'R',
-                value => $locale->text('Print and Save')
-            },
             'save_as_new' =>
               { ndx => 7, key => 'N', value => $locale->text('Save as new') },
-            'print_and_save_as_new' => {
-                ndx   => 8,
-                key   => 'W',
-                value => $locale->text('Print and Save as new')
-            },
             'sales_invoice' =>
               { ndx => 9, key => 'I', value => $locale->text('Sales Invoice') },
             'sales_order' =>

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