[Koha-bugs] [Bug 7178] Improve order item creation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 1 13:51:15 CET 2012


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

--- Comment #13 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2012-03-01 12:51:15 UTC ---
Julian look at this: 

                    [% IF (AcqCreateItemOrdering) %]
                        <input type="text" readonly="readonly" size="20"
id="quantity" name="quantity" value="0" onchange="updateCosts();" />
                    [% ELSE %]
                        <input type="text" size="20" id="quantity"
name="quantity" value="[% quantityrec %]" onchange="calcNeworderTotal();" />
                    [% END %]



readonly +0 is my problem

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list