To recreate: 1 - SET syspref UseBranchTransferLimits/BranchTransferLimitsType To Enfore based on collection 2 - Administration->Library Transfer limits click (Advanced editor) 3 - Uncheck Centerville->Fairfield for 'Fiction' 4 - Find or create a Fiction item at centerville 5 - Circulation->Transfer 6 - Attempt to transfer item to Fairfield 7 - Note 'Originating library' is blank
Created attachment 190583 [details] [review] Bug 41467: Return from branch for transfer NotAllowed This patch adds the from branch to the returned error and simplifies the logic of the test We have effective_itemtype so don't need a conditional based on item type level To test: 1 - SET syspref UseBranchTransferLimits/BranchTransferLimitsType To Enfore based on collection 2 - Administration->Library Transfer limits click (Advanced editor) 3 - Uncheck Centerville->Fairfield for 'Fiction' 4 - Find or create a Fiction item at centerville 5 - Circulation->Transfer 6 - Attempt to transfer item to Fairfield 7 - Note 'Originating library' is blank 8 - Apply patch 9 - Restart all 10 - Attempt transfer again 11 - Error is fully populated
Created attachment 190653 [details] [review] Bug 41467: Return from branch for transfer NotAllowed This patch adds the from branch to the returned error and simplifies the logic of the test We have effective_itemtype so don't need a conditional based on item type level To test: 1 - SET syspref UseBranchTransferLimits/BranchTransferLimitsType To Enfore based on collection 2 - Administration->Library Transfer limits click (Advanced editor) 3 - Uncheck Centerville->Fairfield for 'Fiction' 4 - Find or create a Fiction item at centerville 5 - Circulation->Transfer 6 - Attempt to transfer item to Fairfield 7 - Note 'Originating library' is blank 8 - Apply patch 9 - Restart all 10 - Attempt transfer again 11 - Error is fully populated Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl>