http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9807 --- Comment #10 from mathieu saby <mathieu.saby@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.