Skip to content
Snippets Groups Projects
Commit 5de5ee0c authored by André Lahmann's avatar André Lahmann
Browse files

* PAIA does not support fee-balance, so every reported fee is unpaid - changed...

* PAIA does not support fee-balance, so every reported fee is unpaid - changed PAIA ILS driver accordingly
parent 37191bfa
Branches
Tags
No related merge requests found
......@@ -408,7 +408,7 @@ class PAIA extends \VuFind\ILS\Driver\DAIA implements
'checkout' => '',
// fee.feetype 0..1 string textual description of the type of service that caused the fee
'fine' => (isset($fee['feetype']) ? $fee['feetype'] : null),
'balance' => '',
'balance' => $feeConverter($fee['amount']),
// fee.date 0..1 date date when the fee was claimed
'createdate' => (isset($fee['date'])
? $this->convertDate($fee['date']) : null),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment