Bugzilla – Attachment 153636 Details for
Bug 33028
Wrongly formatted monetary amounts in circulation rules break scripts and calculations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33028: (follow-up) Add POD to new Exception
Bug-33028-follow-up-Add-POD-to-new-Exception.patch (text/plain), 1.01 KB, created by
Martin Renvoize (ashimema)
on 2023-07-19 10:48:44 UTC
(
hide
)
Description:
Bug 33028: (follow-up) Add POD to new Exception
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-07-19 10:48:44 UTC
Size:
1.01 KB
patch
obsolete
>From 10f1bc83bbcd4139329052ba091d75be07c09e39 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 19 Jul 2023 11:26:59 +0100 >Subject: [PATCH] Bug 33028: (follow-up) Add POD to new Exception > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Exceptions/CirculationRule.pm | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > >diff --git a/Koha/Exceptions/CirculationRule.pm b/Koha/Exceptions/CirculationRule.pm >index a43d248a43..2d68a72c3d 100644 >--- a/Koha/Exceptions/CirculationRule.pm >+++ b/Koha/Exceptions/CirculationRule.pm >@@ -30,4 +30,21 @@ use Exception::Class ( > }, > ); > >+=head1 NAME >+ >+Koha::Exceptions::CirculationRule - Base class for CirculationRule exceptions >+ >+=head1 Exceptions >+ >+=head2 Koha::Exceptions::CirculationRule >+ >+Generic CirculationRule exception >+ >+=head2 Koha::Exceptions::CirculationRule::NotDecimal >+ >+Exception to be used when an attempt is made to insert a non-decimal value into >+a monetary rule. >+ >+=cut >+ > 1; >-- >2.41.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 33028
:
147058
|
147686
|
147687
|
147688
|
152441
|
152442
|
152443
|
152444
|
152445
|
152446
|
152509
|
152510
|
152511
|
152512
|
152513
|
152514
|
152515
|
152752
|
152753
|
152754
|
152755
|
152756
|
152757
|
152758
|
152759
|
152760
|
152761
|
152762
|
152763
|
152764
|
152803
|
152804
|
152805
|
152829
|
152928
|
152929
|
152930
|
152931
|
152932
|
152933
|
152934
|
152935
|
152936
|
153313
|
153314
|
153315
|
153316
|
153317
|
153318
|
153319
|
153320
|
153321
|
153322
|
153323
|
153619
|
153620
|
153632
|
153633
|
153634
|
153635
| 153636 |
153677