[Koha-bugs] [Bug 9807] There should be a way to show the content of a basketgroup without reopening it

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 7 15:34:32 CET 2013


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

--- Comment #10 from mathieu saby <mathieu.saby at univ-rennes2.fr> ---

> 2/ The view "show" is not clear in the code. Personally, I don't understand
> anything.

Could you specify what you call the view "show" ? I don't find the "show" word
in my patch.


> 3/ There is some useless loop:
>   [% FOREACH billingplaceloo IN billingplaceloop %]
>     [% IF ( billingplaceloo.selected ) %]
>       <input name="billingplace" id="billingplace" type ="hidden" value="[%
> billingplaceloo.value %]" />[% billingplaceloo.branchname %]
>     [% END %]
>   [% END %]
> It is not a logic way to display an input.

This unless loop was here before my patch. So I kept it here. It was not my
goal to remove it.
But it can be fixed later.

Mathieu

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


More information about the Koha-bugs mailing list