Bugzilla – Attachment 119675 Details for
Bug 28103
Barcode fails when adding item during order receive
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28103: Fix barcode plugin on the order receive view
Bug-28103-Fix-barcode-plugin-on-the-order-receive-.patch (text/plain), 1.71 KB, created by
Nick Clemens (kidclamp)
on 2021-04-15 18:37:34 UTC
(
hide
)
Description:
Bug 28103: Fix barcode plugin on the order receive view
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-04-15 18:37:34 UTC
Size:
1.71 KB
patch
obsolete
>From c614c0b8d2ffcfb5feb2566dcdf7fa545e6fbc81 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 9 Apr 2021 11:58:34 +0200 >Subject: [PATCH] Bug 28103: Fix barcode plugin on the order receive view > >Fix the following error: >Uncaught TypeError: Cannot read property 'field_value' of null > >Test plan: >Set "AcqCreateItem" to "receiving an order" >Set "autoBarcode" to "generated in the form <branchcode>yymm0001" > >Create an order and go to receive it at a path like >/cgi-bin/koha/acqui/orderreceive.pl?ordernumber=2&invoiceid=1 > >Click on the barcode input and confirm that it's prefilled >automatically > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >index 50afa9748b..e3f0e4b450 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -46,7 +46,7 @@ > <h1>Receive items from : [% name | html %] [% IF ( invoice ) %][[% invoice | html %]] [% END %] (order #[% order.ordernumber | html %])</h1> > > [% IF ( order ) %] >- <form action="/cgi-bin/koha/acqui/finishreceive.pl" class="noEnterSubmit" method="post" onsubmit="return Check(this);"> >+ <form id="f" action="/cgi-bin/koha/acqui/finishreceive.pl" class="noEnterSubmit" method="post" onsubmit="return Check(this);"> > <div class="row"> > <div class="col-sm-6"> > <div class="dialog alert order_error" style="display:none"></div> >-- >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 28103
:
119368
|
119375
| 119675