Bug 12768: Replacement cost and processing fee management
[koha.git] / installer / data / mysql / atomicupdate / bug_12768-replacement_cost_processing_fee_management.sql
1 INSERT INTO systempreferences (variable,value,explanation,type) VALUES ('useDefaultReplacementCost',0,'default replacement cost defined in item type','YesNo');
2 INSERT INTO systempreferences (variable,value,explanation,type) VALUES ('ProcessingFeeNote','','Set the text to be recorded in the column note, table accountlines when the processing fee (defined in item type) is applied','textarea');