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

Re: Another bug in Receiving module (1.3.9)



Hi Nigel,

On Fri, Dec 30, 2011 at 1:12 AM, Nigel Titley <..hidden..> 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.