Bugzilla – Attachment 187414 Details for
Bug 36506
Processing Fee should be configurable by branch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36506: Remove process fee from itemtype administration
Bug-36506-Remove-process-fee-from-itemtype-adminis.patch (text/plain), 4.19 KB, created by
Nick Clemens (kidclamp)
on 2025-10-03 16:28:49 UTC
(
hide
)
Description:
Bug 36506: Remove process fee from itemtype administration
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-10-03 16:28:49 UTC
Size:
4.19 KB
patch
obsolete
>From 0eef876a712a7fbe935b393d2cb07af26bf1d843 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 6 Aug 2025 19:22:04 +0000 >Subject: [PATCH] Bug 36506: Remove process fee from itemtype administration > >Sponsored-by: The Main Library Alliance <https://www.mainlib.org/> >--- > admin/itemtypes.pl | 3 --- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 7 ------- > 2 files changed, 10 deletions(-) > >diff --git a/admin/itemtypes.pl b/admin/itemtypes.pl >index 342639da408..eea77d2bb88 100755 >--- a/admin/itemtypes.pl >+++ b/admin/itemtypes.pl >@@ -79,7 +79,6 @@ if ( $op eq 'add_form' ) { > my $rentalcharge_daily = $input->param('rentalcharge_daily'); > my $rentalcharge_hourly = $input->param('rentalcharge_hourly'); > my $defaultreplacecost = $input->param('defaultreplacecost'); >- my $processfee = $input->param('processfee'); > my $image = $input->param('image') || q||; > my @branches = grep { $_ ne q{} } $input->multi_param('branches'); > >@@ -108,7 +107,6 @@ if ( $op eq 'add_form' ) { > $itemtype->rentalcharge_daily($rentalcharge_daily); > $itemtype->rentalcharge_hourly($rentalcharge_hourly); > $itemtype->defaultreplacecost($defaultreplacecost); >- $itemtype->processfee($processfee); > $itemtype->notforloan($notforloan); > $itemtype->imageurl($imageurl); > $itemtype->summary($summary); >@@ -143,7 +141,6 @@ if ( $op eq 'add_form' ) { > rentalcharge_daily => $rentalcharge_daily, > rentalcharge_hourly => $rentalcharge_hourly, > defaultreplacecost => $defaultreplacecost, >- processfee => $processfee, > notforloan => $notforloan, > imageurl => $imageurl, > summary => $summary, >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >index 5892f6c73d1..25edfca5ff4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >@@ -306,10 +306,6 @@ > <label for="defaultreplacecost">Default replacement cost: </label> > <input type="text" id="defaultreplacecost" name="defaultreplacecost" size="10" value="[% itemtype.defaultreplacecost | $Price on_editing => 1 %]" min="0" /> > </li> >- <li> >- <label for="processfee">Processing fee (when lost): </label> >- <input type="text" id="processfee" name="processfee" size="10" value="[% itemtype.processfee | $Price on_editing => 1 %]" min="0" /> >- </li> > <li> > <label for="checkinmsg">Checkin message: </label> > <textarea id="checkinmsg" name="checkinmsg" cols="55" rows="5">[% itemtype.checkinmsg | html %]</textarea> >@@ -433,7 +429,6 @@ > <th>Daily rental charge</th> > <th>Hourly rental charge</th> > <th>Default replacement cost</th> >- <th>Processing fee (when lost)</th> > <th>Checkin message</th> > <th>Library limitations</th> > <th>Automatic check-in</th> >@@ -509,7 +504,6 @@ > </td> > > <td>[% itemtype.defaultreplacecost | $Price %]</td> >- <td>[% itemtype.processfee | $Price %]</td> > <td>[% itemtype.checkinmsg | html_line_break | $raw %]</td> > <td> > [% SET library_limits = itemtype.library_limits %] >@@ -575,7 +569,6 @@ > rentalcharge: { number: true }, > rentalcharge_hourly: { number: true }, > defaultreplacecost: { number: true }, >- processfee: { number: true } > } > }); > $("#itemtype").on("blur",function(){ >-- >2.39.5
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 36506
:
187411
|
187412
|
187413
|
187414
|
187415
|
187416
|
187417
|
187418
|
187573
|
187574
|
187575
|
187576
|
187577
|
187578
|
187579
|
187580