projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2caf4cb
)
JBAS-2248 SIP patron fines shows last billing type
author
Bill Erickson
<berickxx@gmail.com>
Wed, 29 May 2019 16:08:55 +0000
(16:08 +0000)
committer
Bill Erickson
<berickxx@gmail.com>
Wed, 29 May 2019 16:08:58 +0000
(16:08 +0000)
Return the label of the last_billing_type for display of patron fines
via SIP2 instead of last_billing_note, which is inconsistent and may not
be intended for patron consumption.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm
patch
|
blob
|
history
diff --git
a/Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm
b/Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm
index
9de94b8
..
6fa4029
100644
(file)
--- a/
Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm
+++ b/
Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm
@@
-941,7
+941,7
@@
sub fine_items {
if ($xact->xact_type eq 'circulation') {
$line .= "$title";
} else {
- $line .= $xact->last_billing_
not
e;
+ $line .= $xact->last_billing_
typ
e;
}
} elsif ($AV_format eq "swyer_b") {