Bugzilla – Attachment 156036 Details for
Bug 34880
Receive impossible if items created 'in cataloguing'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34880: Fix order receive for standing orders
Bug-34880-Fix-order-receive-for-standing-orders.patch (text/plain), 1.09 KB, created by
Jonathan Druart
on 2023-09-22 08:25:51 UTC
(
hide
)
Description:
Bug 34880: Fix order receive for standing orders
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-09-22 08:25:51 UTC
Size:
1.09 KB
patch
obsolete
>From addf247747b3124f7f840619244eff5b8814a9c6 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 22 Sep 2023 10:25:38 +0200 >Subject: [PATCH] Bug 34880: Fix order receive for standing orders > >--- > 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 455cbb3056c..7c7c0be7173 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -1107,7 +1107,7 @@ > origrec[row.order_id] = row.quantity_received; > $("#order_edit").data('origrec', origrec); > } >- if(row.subscription_id) { >+ if(row.subscription_id || row.basket.standing === true) { > row.quantity_received = row.quantity; > } > var keep = $("#order_edit").data('kept'); >-- >2.25.1
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 34880
:
156036
|
156043
|
156044
|
156075
|
156076
|
156085
|
156086