[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5647] trunk/bin/oe.pl
- Subject: SF.net SVN: ledger-smb:[5647] trunk/bin/oe.pl
- From: ..hidden..
- Date: Thu, 07 Feb 2013 07:45:30 +0000
Revision: 5647
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5647&view=rev
Author: einhverfr
Date: 2013-02-07 07:45:30 +0000 (Thu, 07 Feb 2013)
Log Message:
-----------
Restoring print-and-save buttons due to popular demand.
Modified Paths:
--------------
trunk/bin/oe.pl
Modified: trunk/bin/oe.pl
===================================================================
--- trunk/bin/oe.pl 2013-02-07 04:10:09 UTC (rev 5646)
+++ trunk/bin/oe.pl 2013-02-07 07:45:30 UTC (rev 5647)
@@ -819,8 +819,18 @@
{ 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.