Bugzilla – Attachment 72378 Details for
Bug 4078
Add the ability to customize and display the symbol for a currency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 4078: DBIC Schema changes
Bug-4078-DBIC-Schema-changes.patch (text/plain), 1.48 KB, created by
Kyle M Hall (khall)
on 2018-03-02 17:45:59 UTC
(
hide
)
Description:
Bug 4078: DBIC Schema changes
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-03-02 17:45:59 UTC
Size:
1.48 KB
patch
obsolete
>From 0f8b8cd487ec1e065ccc07a9f04917c24229dc88 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 1 Feb 2018 14:30:39 -0300 >Subject: [PATCH] Bug 4078: DBIC Schema changes > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/Schema/Result/Currency.pm | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Currency.pm b/Koha/Schema/Result/Currency.pm >index 7169666..3f4d36c 100644 >--- a/Koha/Schema/Result/Currency.pm >+++ b/Koha/Schema/Result/Currency.pm >@@ -66,6 +66,12 @@ __PACKAGE__->table("currency"); > default_value: 0 > is_nullable: 1 > >+=head2 p_sep_by_space >+ >+ data_type: 'tinyint' >+ default_value: 0 >+ is_nullable: 1 >+ > =cut > > __PACKAGE__->add_columns( >@@ -88,6 +94,8 @@ __PACKAGE__->add_columns( > { data_type => "tinyint", is_nullable => 1 }, > "archived", > { data_type => "tinyint", default_value => 0, is_nullable => 1 }, >+ "p_sep_by_space", >+ { data_type => "tinyint", default_value => 0, is_nullable => 1 }, > ); > > =head1 PRIMARY KEY >@@ -150,8 +158,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-03-09 15:14:35 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:0xP1adf+TPUi2cBn8Qah5A >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-01 14:23:58 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:PnJEcCgrM1Edf99phWFdyQ > > > # You can replace this text with custom content, and it will be preserved on regeneration >-- >2.10.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 4078
:
7308
|
43320
|
45877
|
45878
|
45888
|
71118
|
71119
|
71120
|
71121
|
71122
|
71123
|
72378
|
72379
|
72380
|
72381
|
72382
|
72383
|
72511
|
72512
|
72513
|
72514
|
72515
|
72516
|
73196