Bugzilla – Attachment 93034 Details for
Bug 23321
Add 'cash registers' to the accounts system
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23321: Add Koha::Object(s) info to the schema
Bug-23321-Add-KohaObjects-info-to-the-schema.patch (text/plain), 902 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2019-09-20 19:03:10 UTC
(
hide
)
Description:
Bug 23321: Add Koha::Object(s) info to the schema
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2019-09-20 19:03:10 UTC
Size:
902 bytes
patch
obsolete
>From 2d5e17071fb6873184906d2f50d7441cbacc81a3 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 20 Sep 2019 15:50:14 -0300 >Subject: [PATCH] Bug 23321: Add Koha::Object(s) info to the schema > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Schema/Result/CashRegister.pm | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/Koha/Schema/Result/CashRegister.pm b/Koha/Schema/Result/CashRegister.pm >index 88230e60f8..90ba81d00d 100644 >--- a/Koha/Schema/Result/CashRegister.pm >+++ b/Koha/Schema/Result/CashRegister.pm >@@ -153,5 +153,13 @@ __PACKAGE__->add_columns( > '+branch_default' => { is_boolean => 1 }, > ); > >+sub koha_objects_class { >+ 'Koha::Cash::Registers'; >+} >+ >+sub koha_object_class { >+ 'Koha::Cash::Register'; >+} >+ > # You can replace this text with custom code or comments, and it will be preserved on regeneration > 1; >-- >2.23.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 23321
:
91596
|
91597
|
91598
|
91599
|
91600
|
91601
|
91602
|
91621
|
92057
|
92058
|
92059
|
92060
|
92061
|
92062
|
92063
|
92064
|
92065
|
92083
|
92084
|
92085
|
92086
|
92087
|
92088
|
92089
|
92090
|
92091
|
92394
|
92395
|
92396
|
92397
|
92398
|
92399
|
92400
|
92401
|
92402
|
92467
|
92468
|
92469
|
92470
|
92471
|
92472
|
92473
|
92474
|
92475
|
92803
|
92804
|
92805
|
92806
|
92807
|
92808
|
92809
|
92810
|
92811
|
92812
|
92813
|
92814
|
92829
|
92879
|
92880
|
92881
|
92882
|
92883
|
92884
|
92885
|
92886
|
92887
|
92888
|
92889
|
93019
|
93020
|
93021
|
93022
|
93023
|
93024
|
93025
|
93026
|
93027
|
93028
|
93029
|
93030
|
93031
|
93032
|
93033
| 93034 |
93035
|
93188