Hi Nigel,

On Fri, Dec 30, 2011 at 1:12 AM, Nigel Titley <[email protected]> wrote:
> The Shipping->Receive screen has no report selection drop downs. The
> print button is present but when clicked gives
>
> Error!
>
> Select txt, postscript or PDF!

My company isn't correctly set up to test this, but does this patch fix it:


Index: oe.pl
===================================================================
--- oe.pl       (revision 4253)
+++ oe.pl       (working copy)
@@ -2968,7 +2968,10 @@

     $form->{copies} = 1;

-    &print_options;
+    $printops = &print_options;
+    print_select($form, $printops->{formname});
+    print_select($form, $printops->{format});
+    print_select($form, $printops->{media});

     print qq|
     </td>


?

Thanks for testing!


Bye,


Erik.

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Ledger-smb-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel

Reply via email to