Bugzilla – Attachment 168559 Details for
Bug 37265
Consideration of UniqueItemFields setting when receiving items in an order.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add UniqueItemFields in orderreceive
37265.patch (text/plain), 474 bytes, created by
Michal Dudzik
on 2024-07-05 16:33:37 UTC
(
hide
)
Description:
Add UniqueItemFields in orderreceive
Filename:
MIME Type:
Creator:
Michal Dudzik
Created:
2024-07-05 16:33:37 UTC
Size:
474 bytes
patch
obsolete
>diff --git a/acqui/orderreceive.pl b/acqui/orderreceive.pl >index 550e41e810..8484dbe658 100755 >--- a/acqui/orderreceive.pl >+++ b/acqui/orderreceive.pl >@@ -178,6 +178,7 @@ $template->param( > invoice => $invoice->{invoicenumber}, > gst_values => \@gst_values, > vendor => $bookseller, >+ UniqueItemFields => C4::Context->preference('UniqueItemFields'), > ); > > my $patron = Koha::Patrons->find( $loggedinuser )->unblessed;
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 37265
:
168559
|
168594
|
168607
|
168608
|
168638
|
171949