]> git.evergreen-ils.org Git - Evergreen.git/commit
LP887822 mint_condition/Quality not set correctly
authorJason Etheridge <jason@esilibrary.com>
Tue, 8 Nov 2011 23:42:18 +0000 (18:42 -0500)
committerMike Rylander <mrylander@gmail.com>
Tue, 15 Nov 2011 16:50:49 +0000 (11:50 -0500)
commitb415ad55eb6ffa1edf6ba0fa4db42fe5ef466563
tree54214a73ccd8336d8e09cf80a290bf280e0e0d92
parent2eda8d02e83b20a0d3f33a53ef5b3fbebda355e3
LP887822 mint_condition/Quality not set correctly

during item creation.

Specifically, the Javascript object for a new item (acp) does not explicitly set
the mint_condition field, leaving it null. The item attribute editor treats the
null as false (which it displays as "Mediocre" for that field). The database has
a not null constraint the corresponding column in asset.copy, and defaults to
true. So a new item in the attribute editor will show "Mediocre", but when
actually created, will become "Good".

This branch just sets mint_condition to true when an item is created.

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/xul/staff_client/chrome/content/cat/opac.js
Open-ILS/xul/staff_client/server/cat/util.js
Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js