Bug 36839 - Add table settings to pending orders table
Summary: Add table settings to pending orders table
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-13 14:08 UTC by Caroline Cyr La Rose
Modified: 2024-05-13 14:08 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.