[Koha-bugs] [Bug 9505] acqui/invoices.pl contains an unnecessary loop

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 27 15:43:00 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9505

--- Comment #8 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Comment on attachment 18354
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18354
Amended Patch

Review of attachment 18354:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=9505&attachment=18354)
-----------------------------------------------------------------

::: koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt
@@ +92,4 @@
>                [% IF ( invoicenumber ) %]
>                  <li>Invoice no.: [% invoicenumber %]</li>
>                [% END %]
> +              [% IF booksellerid %]

I think this test can be removed. I don't find anywhere supplier was passed.
Or perhaps should we check the supplierid variable. It is passed when we come
from the acqui/supplier.pl page.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list