Bugzilla – Attachment 22160 Details for
Bug 11092
Need a processing fee and billing fee on late notices.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add a processing fee and billing fee on late notices
overduerules.tt.diff (text/plain), 3.96 KB, created by
Blou
on 2013-10-21 13:42:07 UTC
(
hide
)
Description:
Add a processing fee and billing fee on late notices
Filename:
MIME Type:
Creator:
Blou
Created:
2013-10-21 13:42:07 UTC
Size:
3.96 KB
patch
obsolete
>diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt >index 12b53c3..429bf28 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt >@@ -79,7 +79,7 @@ $(document).ready(function() { > </ul> > > <div id="first"><table> >- <tr><th> </th><th scope="col">Delay</th><th scope="col">First letter</th><th scope="col">Restrict</th></tr> >+ <tr><th> </th><th scope="col">Delay</th><th scope="col">First letter</th><th scope="col">Restrict</th><th scope="col">Issue an invoice</th></tr> > [% FOREACH tabl IN table %] > [% UNLESS ( loop.odd ) %] > <tr class="highlight"> >@@ -113,13 +113,20 @@ $(document).ready(function() { > <input type="checkbox" name="debarred1-[% tabl.overduename %]" value="1" /> > [% END %] > </td> >+ <td> >+ [% IF ( tabl.invoice1 ) %] >+ <input type="checkbox" name="invoice1-[% tabl.overduename %]" checked="checked" value="1" /> >+ [% ELSE %] >+ <input type="checkbox" name="invoice1-[% tabl.overduename %]" value="1" /> >+ [% END %] >+ </td> > </tr> > [% END %] > </table> > </div> > > <div id="second"><table> >- <tr><th> </th><th scope="col">Delay</th><th scope="col">Second letter</th><th scope="col">Restrict</th></tr> >+ <tr><th> </th><th scope="col">Delay</th><th scope="col">Second letter</th><th scope="col">Restrict</th><th scope="col">Issue an invoice</th></tr> > [% FOREACH tabl IN table %] > [% UNLESS ( loop.odd ) %] > <tr class="highlight"> >@@ -153,13 +160,20 @@ $(document).ready(function() { > <input type="checkbox" name="debarred2-[% tabl.overduename %]" value="1" /> > [% END %] > </td> >+ <td> >+ [% IF ( tabl.invoice2 ) %] >+ <input type="checkbox" name="invoice2-[% tabl.overduename %]" checked="checked" value="1" /> >+ [% ELSE %] >+ <input type="checkbox" name="invoice2-[% tabl.overduename %]" value="1" /> >+ [% END %] >+ </td> > </tr> > [% END %] > </table> > </div> > > <div id="third"><table> >- <tr><th> </th><th scope="col">Delay</th><th scope="col">Third letter</th><th scope="col">Restrict</th></tr> >+ <tr><th> </th><th scope="col">Delay</th><th scope="col">Third letter</th><th scope="col">Restrict</th><th scope="col">Issue an invoice</th></tr> > [% FOREACH tabl IN table %] > [% UNLESS ( loop.odd ) %] > <tr class="highlight"> >@@ -193,6 +207,13 @@ $(document).ready(function() { > <input type="checkbox" name="debarred3-[% tabl.overduename %]" value="1" /> > [% END %] > </td> >+ <td> >+ [% IF ( tabl.invoice3 ) %] >+ <input type="checkbox" name="invoice3-[% tabl.overduename %]" checked="checked" value="1" /> >+ [% ELSE %] >+ <input type="checkbox" name="invoice3-[% tabl.overduename %]" value="1" /> >+ [% END %] >+ </td> > </tr> > [% END %] > </table>
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 11092
:
22158
|
22159
|
22160
|
28716