Koha/t/db_dependent/Circulation
Joonas Kylmälä fe7abf020c Bug 26132: (follow-up) Add test to show errors in max issues amount calculation
If you set default branch limits for issue quantity circulation
rules you will get errors when calling TooMany function.

To reproduce the error:
1) Apply this patch
2) Run prove t/db_dependent/Circulation/TooMany.t and notice the
   following error:

No method count found for Koha::Checkouts DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Unknown column 'item.homebranch' in 'where clause' [...]

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-11-04 17:32:35 +01:00
..
IssuingRules Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
Branch.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
CalcDateDue.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
CalcFine.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
CheckIfIssuedToPatron.t Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
CheckValidBarcode.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
dateexpiry.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
GetHardDueDate.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
GetPendingOnSiteCheckouts.t Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
GetTopIssues.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
IsItemIssued.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
issue.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
MarkIssueReturned.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
NoIssuesChargeGuarantees.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
OfflineOperation.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
ReturnClaims.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
Returns.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
StoreLastBorrower.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
SwitchOnSiteCheckouts.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
TooMany.t Bug 26132: (follow-up) Add test to show errors in max issues amount calculation 2020-11-04 17:32:35 +01:00
transferbook.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
transfers.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00