Bugzilla – Attachment 10919 Details for
Bug 5911
Transport Cost Matrix of transporting an item between branches
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug_5911: Make tt_valid.t happy
bug5911-Make-ttvalidt-happy.patch (text/plain), 1.48 KB, created by
Srdjan Jankovic
on 2012-07-18 06:09:54 UTC
(
hide
)
Description:
bug_5911: Make tt_valid.t happy
Filename:
MIME Type:
Creator:
Srdjan Jankovic
Created:
2012-07-18 06:09:54 UTC
Size:
1.48 KB
patch
obsolete
>From 17d29a0824209c14b14192954dbb4ede3ecf8ede Mon Sep 17 00:00:00 2001 >From: Srdjan <srdjan@catalyst.net.nz> >Date: Wed, 18 Jul 2012 18:07:47 +1200 >Subject: [PATCH] bug_5911: Make tt_valid.t happy > >--- > .../prog/en/modules/admin/transport-cost-matrix.tt | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt >index 725eba5..db9cf24 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt >@@ -101,7 +101,11 @@ $(document).ready(function() { > [% IF bt.skip %] > > [% ELSE %] >- <div id="celldiv_[% bt.id %]"[% IF bt.disabled %] class="disabled-transfer"[% END %]> >+ [% IF bt.disabled %] >+ <div id="celldiv_[% bt.id %]" class="disabled-transfer"> >+ [% ELSE %] >+ <div id="celldiv_[% bt.id %]"> >+ [% END %] > <div onclick="enable_cost_input('[% bt.id %]');">[% !bt.disabled && bt.value > '' ? bt.value : ' ' %]</div> > <input type="hidden" name="cost_[% bt.id %]" value="[% bt.value %]" /> > [% IF bt.disabled %] >-- >1.7.9.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 5911
:
3559
|
4689
|
7799
|
9576
|
9600
|
9626
|
9752
|
9850
|
10241
|
10431
|
10733
|
10882
|
10919
|
11075
|
11095
|
11096
|
11140
|
11144
|
11777
|
11820
|
11971