Bugzilla – Attachment 112436 Details for
Bug 26785
JS errors in pos/pay.tt in 20.05.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26785: Fix JS error in pos/pay.tt
Bug-26785-Fix-JS-error-in-pospaytt.patch (text/plain), 1.23 KB, created by
Katrin Fischer
on 2020-10-25 00:50:27 UTC
(
hide
)
Description:
Bug 26785: Fix JS error in pos/pay.tt
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-10-25 00:50:27 UTC
Size:
1.23 KB
patch
obsolete
>From b8fabfe264704755547292d1eb361bb71c0816ca Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 23 Oct 2020 13:17:28 +0000 >Subject: [PATCH] Bug 26785: Fix JS error in pos/pay.tt > >To Test: >1. enable EnablePointOfSale >2. enable UseCashRegisters >3. Go to /cgi-bin/koha/pos/pay.pl >4. See the console error >5. Apply patch >6. Add some debit types and make sure you can add them /cgi-bin/koha/pos/pay.pl >7. Check for console errors, there should be none >8. Make sure you can confrim payments. > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt >index 1fda1baa55..027f39f71a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt >@@ -335,7 +335,6 @@ > "aaSorting": [[ 0, "asc" ]], > "paginationType": "full", > })); >- }, items_columns_settings, false); > > $(".add_button").on("click", function(e) { > e.preventDefault(); >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 26785
:
112273
|
112406
| 112436