https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43211 --- Comment #15 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Pedro Amorim (ammopt) from comment #13)
Hi guys, not a blocker here but shouldn't we apply the same fix to the line above this? For AcqCreateItem itself.
AcqCreateItem is a 3-value pref (ordering/receiving/cataloguing) compared directly against those strings throughout orderreceive.tt (tax rate, item-association, Quantity field readonly state), but it's still just 1/0.
Test plan: 1. Set AcqCreateItem to "receiving an order" 2. Create a new basket, leave "Create items when" at default (no override) 3. Add an order, close basket, receive it 4. Type in console: Koha.prefs.AcqCreateItem # Shows as 1, no 'receiving'. 5. "Quantity" field is editable, should be readonly
I won't be able to work again on this before mid of next week. But I think you are right that we should fix and make sure it gets into stable. -- You are receiving this mail because: You are watching all bug changes.