Bugzilla – Attachment 45543 Details for
Bug 12993
Add a default tax rate on item types
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12993: Add gstrate in itemtypes form and table
Bug-12993-Add-gstrate-in-itemtypes-form-and-table.patch (text/plain), 1.98 KB, created by
Alex Arnaud
on 2015-12-09 16:01:01 UTC
(
hide
)
Description:
Bug 12993: Add gstrate in itemtypes form and table
Filename:
MIME Type:
Creator:
Alex Arnaud
Created:
2015-12-09 16:01:01 UTC
Size:
1.98 KB
patch
obsolete
>From 20a4945d216016cfc10a75f4d63b241858e09856 Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >Date: Wed, 9 Dec 2015 16:58:32 +0100 >Subject: [PATCH] Bug 12993: Add gstrate in itemtypes form and table > >--- > C4/Koha.pm | 1 + > admin/itemtypes.pl | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 1 + > 3 files changed, 3 insertions(+), 1 deletion(-) > >diff --git a/C4/Koha.pm b/C4/Koha.pm >index 7476106..0237df2 100644 >--- a/C4/Koha.pm >+++ b/C4/Koha.pm >@@ -257,6 +257,7 @@ sub GetItemTypes { > itemtypes.itemtype, > itemtypes.description, > itemtypes.rentalcharge, >+ itemtypes.gstrate, > itemtypes.notforloan, > itemtypes.imageurl, > itemtypes.summary, >diff --git a/admin/itemtypes.pl b/admin/itemtypes.pl >index f393b56..c69899a 100755 >--- a/admin/itemtypes.pl >+++ b/admin/itemtypes.pl >@@ -93,6 +93,7 @@ if ( $op eq 'add_form' ) { > itemtypes.itemtype, > itemtypes.description, > itemtypes.rentalcharge, >+ itemtypes.gstrate, > itemtypes.notforloan, > itemtypes.imageurl, > itemtypes.summary, >@@ -297,7 +298,6 @@ if ( $op eq 'list' ) { > > push( @loop, $itemtype ); > } >- > $template->param( > loop => \@loop, > else => 1, >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 2a744d2..886a72d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >@@ -1,4 +1,5 @@ > [% USE AuthorisedValues %] >+[% USE Koha %] > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha › Administration › Item types [% IF ( add_form ) %]› > [% IF ( itemtype ) %] >-- >1.7.10.4
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 12993
:
31863
|
32018
|
32284
|
33305
|
33306
|
33307
|
34797
|
35394
|
39566
|
39567
|
39568
|
39569
|
45538
|
45539
|
45540
|
45541
|
45542
| 45543