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

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Wed Jan 28 09:15:55 CET 2009


Hi,

Well this patch is not terminal, i forget some use cases, i'll resend
it soon.


Le Tue, 27 Jan 2009 08:57:26 -0700,
Michael Hafen <mdhafen at tech.washk12.org> a écrit :

> 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



More information about the Koha-patches mailing list