[Koha-patches] [PATCH] [3.0.x](bug #2929) permit to define "fine days" in issuing rules

Michael Hafen mdhafen at tech.washk12.org
Tue Jan 27 16:57:26 CET 2009


Hmm, seems you remove the TR tag, I think it should not be removed
there.

Also this seems like a new feature added to the maintenance branch.  As
I understood we are not supposed to be adding features to the 3.0.1
branch.  Am I wrong, or is this going to be an exception?

Have a nice day.

On Tue, 2009-01-27 at 15:38 +0100, Nahuel ANGELINETTI wrote:
> This patch add a function un C4::Members that check if a user is allowed to loan a document.
> Add a control in issuing.
> Add a column in issuingrules table.
> And add the needed control in admin to set the fine days rules.
> ---
[snip]
> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tmpl
> index 643cb97..5f51d86 100644
> --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tmpl
> +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tmpl
> @@ -65,13 +65,14 @@ $(document).ready(function() {
>                  <th>Patron Category</th>
>                  <th>Item Type</th>
>                  <th>Fine Amount</th>
> +                <th>Fine Days</th>
>                  <th>Fine Grace Period</th>
>                  <th>Fine Charging Interval</th>
>                  <th>Current Checkouts Allowed</th>
>                  <th>Loan Period</th><th>&nbsp;</th>
>              </tr>
>              <!-- TMPL_LOOP NAME="rules" -->
> -                <tr>
> +<!--                 <tr> -->
>                      <td><!-- TMPL_IF NAME="default_humancategorycode" -->
>                              <em>Default</em>
>                          <!-- TMPL_ELSE -->
[snip]
>  sub kohaversion {
> -    our $VERSION = '3.00.01.004';
> +    our $VERSION = '3.00.01.005';
>      # version needs to be set this way
>      # so that it can be picked up by Makefile.PL
>      # during install
-- 
Michael Hafen
Systems Analyst and Programmer
Washington County School District
Utah, USA

for Koha checkout
http://koha-dev.washk12.org
or
git://koha-dev.washk12.org/koha




More information about the Koha-patches mailing list