https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32694 Bug ID: 32694 Summary: Keep current option for budgets in receiving broken Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Bug 31459 updated the dropdown and intended to restore this option, however, it looks like the template toolkit markers were missed: <option value="order.fund.budget.id" selected="selected" data-sort1-authcat="[% order.fund.sort1_authcat | html %]" data-sort2-authcat="[% order.fund.sort2_authcat | html %]"> Should be: <option value="[% order.fund.budget.id %]" selected="selected" data-sort1-authcat="[% order.fund.sort1_authcat | html %]" data-sort2-authcat="[% order.fund.sort2_authcat | html %]"> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.