Bugzilla – Attachment 123391 Details for
Bug 24190
Add additional Acquisition logging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24190: (QA follow-up) record unchanged bookfund and fix typo
Bug-24190-QA-follow-up-record-unchanged-bookfund-a.patch (text/plain), 1.47 KB, created by
Nick Clemens (kidclamp)
on 2021-08-02 13:48:01 UTC
(
hide
)
Description:
Bug 24190: (QA follow-up) record unchanged bookfund and fix typo
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-08-02 13:48:01 UTC
Size:
1.47 KB
patch
obsolete
>From 4adab4088ad659bb835b4ae7d31fd5cc2c1d0657 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 2 Aug 2021 13:44:31 +0000 >Subject: [PATCH] Bug 24190: (QA follow-up) record unchanged bookfund and fix > typo > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > acqui/finishreceive.pl | 2 +- > acqui/invoice.pl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/acqui/finishreceive.pl b/acqui/finishreceive.pl >index e37c91530e..f97c7ff46c 100755 >--- a/acqui/finishreceive.pl >+++ b/acqui/finishreceive.pl >@@ -195,7 +195,7 @@ if ($suggestion_id) { > if (C4::Context->preference("AcquisitionLog")) { > my $infos = { > quantityrec => $quantityrec, >- bookfund => $bookfund, >+ bookfund => $bookfund || 'unchanged', > tax_rate => $input->param("tax_rate"), > replacementprice => $replacementprice, > unitprice => $unitprice >diff --git a/acqui/invoice.pl b/acqui/invoice.pl >index 91edfc435f..7240d9319f 100755 >--- a/acqui/invoice.pl >+++ b/acqui/invoice.pl >@@ -190,7 +190,7 @@ elsif ( $op && $op eq 'mod_adj' ) { > note => $note[$i], > budget_id => $budget_id[$i] || undef, > encumber_open => defined $e_open{ $adjustment_id[$i] } ? 1 : 0, >- }); >+ }; > my $new_adj = Koha::Acquisition::Invoice::Adjustment->new($adj); > $new_adj->store(); > # Log this addition >-- >2.20.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 24190
:
96364
|
96369
|
100243
|
105082
|
105083
|
106096
|
106097
|
106098
|
106099
|
111080
|
111081
|
111082
|
111083
|
111084
|
112509
|
112510
|
112511
|
112512
|
112513
|
112514
|
116148
|
116149
|
116150
|
116151
|
116152
|
116153
|
122040
|
122041
|
122042
|
122043
|
122044
|
122045
|
123385
|
123386
|
123387
|
123388
|
123389
|
123390
| 123391 |
125119