[Koha-bugs] [Bug 19030] New: We need to mantain the connection order <-> subscription that we create in basket creation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 3 14:34:01 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19030

            Bug ID: 19030
           Summary: We need to mantain the connection order <->
                    subscription that we create in basket creation
 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: z.tajoli at cineca.it
        QA Contact: testopia at bugs.koha-community.org

In table aqorders there is the fiedl 'aqorders.subscriptionid'.
It is present because during creation of a basket if you add an order from a
subscription, you register subscriptionid into aqorders.subscriptionid.

But when I try to change data (price, change ratio, etc.) of order, using
acqui/parcel.pl, the link to order doesn't send the subscriptionid param.
So the value of subscriptionid is deleted in aqorders table and the connection
is lost.

The problem is described in the pdf file here attached and in this e-mail
thread:
https://lists.katipo.co.nz/pipermail/koha/2017-July/048475.html

Probably we need:
1) A new C4::Acquisition function that gives suscriptionid connect with a
specific odernumber
2)Changes in acqui/parcel.pl and in
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list