Koha/t/db_dependent/Circulation
Kyle M Hall dc5d3b9abd Bug 20562: issue_id is not stored in accountlines for rental fees
Test Plan:
1) Apply this patch
2) Assign a charge to an item type
3) Checkout an item of that type to a patron
4) View the accountlines table for that patron
SELECT * FROM accountlines WHERE accounttype='Rent' and borrowernumber=##;
5) Note there is an issue_id

Or

1) Apply this patch
2) prove t/db_dependent/Circulation/issue.t

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2018-04-18 17:20:54 -03:00
..
IssuingRules Bug 19804: Fix test in maxsuspensiondays.t 2018-04-09 17:44:19 -03:00
Branch.t
CalcDateDue.t
CalcFine.t
Chargelostitem.t Bug 20144: [sql_modes] Set default value for Itemtype fees in TestBuilder 2018-02-13 13:58:58 -03:00
CheckIfIssuedToPatron.t
CheckValidBarcode.t
dateexpiry.t Bug 19943: Fix dateexpiry.t - create the biblioitem entry 2018-03-23 13:24:15 -03:00
GetHardDueDate.t Bug 19804: Fix test in GetHardDueDate.t 2018-04-09 17:44:19 -03:00
GetPendingOnSiteCheckouts.t
GetTopIssues.t
IsItemIssued.t
issue.t Bug 20562: issue_id is not stored in accountlines for rental fees 2018-04-18 17:20:54 -03:00
MarkIssueReturned.t
NoIssuesChargeGuarantees.t Bug 19943: Fix NoIssuesChargeGuarantees.t - create the biblioitem entry 2018-03-23 13:24:15 -03:00
OfflineOperation.t Bug 20144: [sql_modes] Set value for pending_offline_operations.timestamp 2018-02-13 13:58:59 -03:00
Returns.t
StoreLastBorrower.t
SwitchOnSiteCheckouts.t Bug 19943: Fix SwitchOnSiteCheckouts.t - create the biblioitem entry 2018-03-23 13:24:15 -03:00
TooMany.t
transfers.t Bug 19530: Added commentary for last test when prove -v 2018-02-13 13:58:48 -03:00