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: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/