[Koha-bugs] [Bug 9088] neworderempty should preselect the only active fund for new orders

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Apr 26 18:26:02 CEST 2014


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

--- Comment #20 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 27191
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27191
Bug 9088: Neworderempty should preselect the only active fund

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

::: koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt
@@ +425,5 @@
> +                    [% FOREACH budget_loo IN budget_loop %]
> +                        <option value="[% budget_loo.b_id %]"
> +                        [% IF budget_loo.b_sel %]
> +                            [% active_count = 0 #select no other fund %]
> +                            selected="selected"

Sorry, but this violates HTML1 in the coding guidelines.
http://wiki.koha-community.org/wiki/Coding_Guidelines#HTML1:_Template_Toolkit_markup_inside_HTML

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


More information about the Koha-bugs mailing list