Bugzilla – Attachment 103927 Details for
Bug 20352
Add ability of currency/price to have a symbol after amount
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20352: Identify boolean columns
Bug-20352-Identify-boolean-columns.patch (text/plain), 1013 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2020-04-29 12:07:44 UTC
(
hide
)
Description:
Bug 20352: Identify boolean columns
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-04-29 12:07:44 UTC
Size:
1013 bytes
patch
obsolete
>From bbdce4cfad627c1328c63022269ba6a6a6eb0e2e Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 29 Apr 2020 09:05:04 -0300 >Subject: [PATCH] Bug 20352: Identify boolean columns > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Schema/Result/Currency.pm | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/Koha/Schema/Result/Currency.pm b/Koha/Schema/Result/Currency.pm >index 32ad36624f..6f9bd89ba0 100644 >--- a/Koha/Schema/Result/Currency.pm >+++ b/Koha/Schema/Result/Currency.pm >@@ -169,6 +169,12 @@ __PACKAGE__->has_many( > # Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-12-18 10:44:42 > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2eo7pibKTiDmG1Hb9EvBwA > >+__PACKAGE__->add_columns( >+ "+active" => { is_boolean => 1 }, >+ "+archived" => { is_boolean => 1 }, >+ "+p_sep_by_space" => { is_boolean => 1 }, >+ "+p_cs_precedes" => { is_boolean => 1 } >+); > > sub koha_object_class { > 'Koha::Acquisition::Currency'; >-- >2.26.2
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 20352
:
96410
|
96411
|
96412
|
98234
|
98235
|
98236
|
103924
|
103925
|
103926
| 103927