Bug 36839

Summary: Add table settings to pending orders table
Product: Koha Reporter: Caroline Cyr La Rose <caroline.cyr-la-rose>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: gmcharlt
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Caroline Cyr La Rose 2024-05-13 14:08:49 UTC
In the parcel.pl page, there is a "Configure" button at the top of the table, but it leads nowhere.

To recreate:
1. Add titles to a basket
   1.1. Go to Acquisitions
   1.2. Click Search in the vendor search box
   1.3. Click "My basket"
   1.4. Click "Add to basket"
   1.5. Search for an existing record, e.g. Shakespeare
   1.6. Click "Add order" under one of the results
   1.7. Enter item information 
   1.8. Click Add item
   1.9. Choose a fund
   1.10. Enter a price in "Vendor price"
   1.11. Click "Save"

2. Close the basket
   2.1. Click "Close basket"
   2.2. Click "Yes, close"

3. Go to the receiving page
   3.1. Click "Receive shipments"
   3.2. Enter a vendor invoice number
   3.3. Click "Next"

4. Try to change the columns
   4.1. Click "Configure" at the top right of the table
   --> It goes to columns_settings.pl, but doesn't go to the table
   --> Note the URL says module undefined, page undefined and table undefined

I'm putting this as a bug rather than enhancement because the button is already there but doesn't work.