Koha/koha-tmpl/intranet-tmpl/prog/en/modules/acqui
Julian Maurice 4515581eff
Bug 36047: Remove jQuery selector from conditional
This prevents the jQuery from breaking if the reason contains an
apostrophe character.

1. Create a suggestion
   1.1. Go to Acquisitions > Suggestions
   1.2. Click New purchase suggestion
   1.3. Enter a title
   1.4. Click Submit your suggestion

2. Update the suggestion to accepted and add a reason with an apostrophe
   2.1. In the suggestions list, check the box next to the suggestion
   2.2. At the bottom of the screen, choose Mark selected as: Accepted
   2.3. In With this reason, choose Others...
   2.4. Enter a reason with an apostrophe (my case was in French :
        Disponible en impression à la demande (POD). S'attendre à un
        long temps d'attente)
   2.5. Click Submit

3. Order the suggestion
   3.1. Go to Acquisitions
   3.2. Search for a vendor
   3.3. Click New > Basket
   3.4. Enter a basket name
        (Optional: for testing I like to change Create items when:
        cataloging the record)
   3.5. Click Save
   3.6. Click Add to basket
   3.7. Click From a suggestion
   3.8. Click Order next to the suggestion
   3.9. Enter order details
   3.10. Click Save
   3.11. Click Close basket
   3.12. Click Yes, close

4. Receive the order
   4.1. Click Receive shipments
   4.2. Enter a Vendor invoice number
   4.3. Click Next
   4.4. Click Receive next to the order
        --> Page stays In processing forever

Apply patch. Repeat. Notice the page now renders correctly.
Extra: Add an entry containg an apostrophe to the SUGGEST authorized
values category and repeat test plan. Confirm everything works as
expected.

Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
2024-03-07 16:36:40 +01:00
..
csv
acqui-home.tt
addorder.tt Bug 34478: Changes for addorder 2024-03-01 10:57:48 +01:00
addorderiso2709.tt
ajax.tt
basket.tt Bug 35351: Adjust basket details template to avoid showing empty page-section 2024-03-07 15:02:45 +01:00
basketgroup.tt
basketheader.tt
booksellers.tt
cancelorder.tt Bug 34478: Manual fix - adjust op for acqui/cancelorder 2024-03-01 11:00:17 +01:00
duplicate_orders.tt Bug 34478: Manual fix - acqui/duplicate_orders.tt 2024-03-01 10:59:51 +01:00
edi_ean.tt
edifactmsgs.tt Bug 34478: Convert EDIFACT messages deletion to POST 2024-03-01 10:59:20 +01:00
edimsg.tt
histsearch.tt Bug 34478: Manual fix - remove csrf - histsearch.tt 2024-03-01 10:59:45 +01:00
invoice-files.tt Bug 34478: (follow-up) Change invoice files delete link to POST 2024-03-01 10:59:13 +01:00
invoice.tt Bug 36140: Correct label for attribute invoice.tt 2024-03-07 15:02:53 +01:00
invoices.tt
lateorders.tt
moddeliverydate.tt
modordernotes.tt
neworderempty.tt Bug 35329: Fix conflict with 33457 2024-03-01 16:04:27 +01:00
neworderempty_duplicate.tt
newordersubscription.tt
newordersuggestion.tt
ordered.tt
orderreceive.tt Bug 36047: Remove jQuery selector from conditional 2024-03-07 16:36:40 +01:00
parcel.tt
parcels.tt
showorder.tt
spent.tt
supplier.tt
transferorder.tt
uncertainprice.tt Bug 34478: Move to get - acqui/uncertainprice 2024-03-01 11:00:12 +01:00
vendor_issues.tt
z3950_search.tt