Bug 32888

Summary: Ordering from staged records will use first fund from list when none was set
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: AcquisitionsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: nick
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 32293    

Description Katrin Fischer 2023-02-05 01:57:01 UTC
There used to be a warning when you tried to add orders without setting either an individual fund for the order or a default fund.

Now if both fields are unset, it will just use the first fund in the list on saving :(

(found while fixing bug 32293)