[Koha-bugs] [Bug 32694] New: Keep current option for budgets in receiving broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 20 21:17:37 CET 2023


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 at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list