Bugzilla – Attachment 173555 Details for
Bug 37511
Add option to place the currency symbol before or after the amount
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37511: (QA follow-up) Add boolean hint
Bug-37511-QA-follow-up-Add-boolean-hint.patch (text/plain), 897 bytes, created by
Martin Renvoize (ashimema)
on 2024-10-28 15:10:39 UTC
(
hide
)
Description:
Bug 37511: (QA follow-up) Add boolean hint
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-10-28 15:10:39 UTC
Size:
897 bytes
patch
obsolete
>From dbe1dd5c4969d89b76aa385abb51c5bff8e86151 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 28 Oct 2024 15:08:25 +0000 >Subject: [PATCH] Bug 37511: (QA follow-up) Add boolean hint > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Schema/Result/Currency.pm | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/Koha/Schema/Result/Currency.pm b/Koha/Schema/Result/Currency.pm >index bfc5f21e9b8..b7fa3851143 100644 >--- a/Koha/Schema/Result/Currency.pm >+++ b/Koha/Schema/Result/Currency.pm >@@ -184,6 +184,9 @@ __PACKAGE__->has_many( > # Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-10-01 10:59:15 > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:C7BtR3ceUVovrYitKh55bA > >+__PACKAGE__->add_columns( >+ "+p_cs_precedes" => { is_boolean => 1 }, >+); > > sub koha_object_class { > 'Koha::Acquisition::Currency'; >-- >2.47.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 37511
:
172264
|
172265
|
172266
|
172267
|
172286
|
172287
|
172288
|
172289
|
173551
|
173552
|
173553
|
173554
| 173555