[Koha-bugs] [Bug 7162] New: Factorize code for order cancellation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Nov 5 08:13:52 CET 2011


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

             Bug #: 7162
           Summary: Factorize code for order cancellation
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Acquisitions
        AssignedTo: julian.maurice at biblibre.com
        ReportedBy: julian.maurice at biblibre.com
         QAContact: ian.walls at bywatersolutions.com


Some code was duplicated, in the following patch all is now in a new file
cancelorder.pl. It takes a 'referrer' parameter so it can easily be called from
any page of Koha, and then redirect to it when it finish.
Confirmation for cancellation is now done in this page (not in javascript).
Add possibility to give a reason for cancellation (or other things, this is
saved in aqorders.notes)
DelOrder is modified to take two new parameters:
  - delete_biblio: if '1', try to delete biblio
  - reason: text to add to aqorders.notes (this note isn't show anywhere since
there is no place to view cancelled orders, but another patch will add this
feature).
basket.pl and parcel.pl links to this page.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list