From 1e8d8d68f8909d74507cb932ad39b224966bbca4 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 3 Mar 2020 10:48:22 -0300 Subject: [PATCH] Bug 23355: (QA follow-up) Missing koha_object(s)_class definitions Signed-off-by: Tomas Cohen Arazi --- Koha/Schema/Result/CashRegisterAction.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Koha/Schema/Result/CashRegisterAction.pm b/Koha/Schema/Result/CashRegisterAction.pm index 875d9f0914..6643a73a85 100644 --- a/Koha/Schema/Result/CashRegisterAction.pm +++ b/Koha/Schema/Result/CashRegisterAction.pm @@ -130,6 +130,12 @@ __PACKAGE__->belongs_to( # Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-07-23 13:21:03 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Oaee+hS82IEJHHBGuOXDtw +sub koha_objects_class { + 'Koha::Cash::Register::Actions'; +} + +sub koha_object_class { + 'Koha::Cash::Register::Action'; +} -# You can replace this text with custom code or comments, and it will be preserved on regeneration 1; -- 2.25.0