[Koha-bugs] [Bug 13675] New: the budget of an order is set to null if not changed on receiving

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 6 16:19:05 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13675

            Bug ID: 13675
           Summary: the budget of an order is set to null if not changed
                    on receiving
 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: jonathan.druart at biblibre.com
        QA Contact: testopia at bugs.koha-community.org

Note that this bug should not appear using the interface.

C4::Acquisition::ModReceiveOrder updates the aqorders with budget_id=NULL if no
budget_id given in parameter.
Actually the same budget_id should be used.
In tests (especially t/db_dependent/Acquisition/TransferOrder.t),
ModReceiveOrder is not called with a budget_id param and set to NULL the
budget_id value.

-- 
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