Bugzilla – Attachment 83526 Details for
Bug 19066
Add branchcode to accountlines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19066: (QA follow-up) Fix ChargeReserveFee
Bug-19066-QA-follow-up-Fix-ChargeReserveFee.patch (text/plain), 1.01 KB, created by
Alex Arnaud
on 2018-12-27 14:08:54 UTC
(
hide
)
Description:
Bug 19066: (QA follow-up) Fix ChargeReserveFee
Filename:
MIME Type:
Creator:
Alex Arnaud
Created:
2018-12-27 14:08:54 UTC
Size:
1.01 KB
patch
obsolete
>From 43dd7e5ba1cbc50ea20239cdbee8771d472c24a3 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 7 Nov 2018 17:06:26 -0300 >Subject: [PATCH] Bug 19066: (QA follow-up) Fix ChargeReserveFee > >This patch fixes a bug in ChargeReserveFee: > >To test: >- Run: > $ kshell > k$ prove t/db_dependent/Reserves.t >=> FAIL: Tests fail because branchcode is not set >- Apply this patch >- Run: > k$ prove t/db_dependent/Reserves.t >=> SUCCESS: Tests pass! > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > C4/Reserves.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Reserves.pm b/C4/Reserves.pm >index 0fbe310..9e85854 100644 >--- a/C4/Reserves.pm >+++ b/C4/Reserves.pm >@@ -582,6 +582,7 @@ sub ChargeReserveFee { > description => "Reserve Charge - $title", > accounttype => 'Res', > amountoutstanding => $fee, >+ branchcode => $branchcode > } > )->store(); > } >-- >2.7.4
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 19066
:
65769
|
65770
|
65771
|
67756
|
67757
|
71153
|
71154
|
71155
|
73185
|
73186
|
73187
|
73595
|
77281
|
77282
|
77283
|
78900
|
78901
|
81144
|
81145
|
81146
|
81253
|
81254
|
81255
|
81684
|
81912
|
81918
|
82047
|
82048
|
82084
|
82086
|
82087
|
82469
|
82470
|
82471
|
82473
|
82474
|
82475
|
82476
|
82477
|
82478
|
83067
|
83068
|
83069
|
83070
|
83071
|
83072
|
83073
|
83074
|
83075
|
83076
|
83077
|
83078
|
83079
|
83080
|
83081
|
83082
|
83083
|
83084
|
83275
|
83519
|
83520
|
83521
|
83522
|
83523
|
83524
|
83525
| 83526 |
83527
|
83528
|
83628