Bugzilla – Attachment 78505 Details for
Bug 21324
Missing aoColumns definition in acqui/parcel receivedt table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21324: Fix column defs and spans
Bug-21324-Fix-column-defs-and-spans.patch (text/plain), 2.47 KB, created by
Nick Clemens (kidclamp)
on 2018-09-07 11:35:55 UTC
(
hide
)
Description:
Bug 21324: Fix column defs and spans
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-09-07 11:35:55 UTC
Size:
2.47 KB
patch
obsolete
>From 8451903a8812bdfc69d78357d80629180b9d201c Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 7 Sep 2018 11:33:44 +0000 >Subject: [PATCH] Bug 21324: Fix column defs and spans > >TO test: >1 - Open a bastket in acquisitions >2 - Order some items >3 - Close the basket >4 - Receive some items >5 - Note the columns are out of alingment on parcel.pl >6 - Note a JS error breaking datatable on 'Already received' >7 - Apply patch >8 - Things should be better >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >index 3eff906..1980e93 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -249,7 +249,7 @@ > [% ELSE %] > <td colspan="6" class="total">(Tax exc.)</td> > [% END %] >- <td colspan="2"><i>Subtotal for</i> [% key | html %]</td> >+ <td colspan="3"><i>Subtotal for</i> [% key | html %]</td> > <td>[% subtotal_for_funds.$key.ecost | $Price | html %]</td> > <td>[% subtotal_for_funds.$key.unitprice | $Price | html %]</td> > <td> </td> >@@ -257,19 +257,19 @@ > </tr> > [% END %] > <tr> >- <th colspan="10" class="total">Total tax exc.</th> >+ <th colspan="11" class="total">Total tax exc.</th> > <th>[% total_tax_excluded | $Price | html %]</th> > <th></th> > </tr> > [% FOREACH book_foot IN book_foot_loop %] > <tr> >- <th colspan="10">Total (GST [% book_foot.tax_rate * 100 | html %]%)</th> >+ <th colspan="11">Total (GST [% book_foot.tax_rate * 100 | html %]%)</th> > <th>[% book_foot.tax_value | $Price | html %]</th> > <th></th> > </tr> > [% END %] > <tr> >- <th colspan="10" class="total">Total tax inc.</th> >+ <th colspan="11" class="total">Total tax inc.</th> > <th>[% total_tax_included | $Price | html %]</th> > <th></th> > </tr> >@@ -516,6 +516,7 @@ > null, > null, > null, >+ null, > null > ], > "sPaginationType": "four_button" >-- >2.1.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 21324
:
78505
|
78514
|
78642