Allows the inventory checkin modifier value to be stored on the server instead
of the browser as is done with other checkin modifier settings.
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
'cwst', 'label'
)
), (
+ 'eg.circ.checkin.do_inventory_update', 'circ', 'bool',
+ oils_i18n_gettext (
+ 'eg.circ.checkin.do_inventory_update',
+ 'Checkin: Update Inventory',
+ 'cwst', 'label'
+ )
+), (
'eg.circ.patron.summary.collapse', 'circ', 'bool',
oils_i18n_gettext(
'eg.circ.patron.summary.collapse',
AFTER UPDATE OR INSERT ON asset.last_copy_inventory
DEFERRABLE FOR EACH ROW EXECUTE PROCEDURE evergreen.asset_last_copy_inventory_copy_inh_fkey();
-COMMIT;
\ No newline at end of file
+INSERT into config.workstation_setting_type (name, grp, datatype, label)
+VALUES (
+ 'eg.circ.checkin.do_inventory_update', 'circ', 'bool',
+ oils_i18n_gettext (
+ 'eg.circ.checkin.do_inventory_update',
+ 'Checkin: Update Inventory',
+ 'cwst', 'label'
+ )
+);
+
+COMMIT;