Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Hector Castro d4394d88ea Bug 16594: Orders by fund report has wrong link to css and other issues
Orders by fund has wrong link to css and other issues
-> The example in the wiki is wrong: <https://wiki.koha-community.org/wiki/DataTables_HowTo>
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
  [% INCLUDE 'datatables.inc' %]
-> Must be:
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
-> Missing <th></th> in <tfoot> tag
-> Wrong word used "Date deceived" should be "Date received"

NOTE: Wiki needs to be updated

To test:
-Look the code and notice about if else cluase without curly brackets
-Go to Reports > Orders by fund
-Play with: in filters 'All fund' Output: 'to screen into the browser'
-You will see a DataTable displayed in screen clutter
-Notice about 'Date deceived' and the foot of table
-Apply patch
-Refresh or execute again the report

Signed-off-by: Sinziana <s.paltineanu@berlin.bard.edu>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-06-17 14:53:45 +00:00
..
acqui Bug 16592 - Use Bootstrap modal for MARC and Card preview on acquisitions receipt summary page 2016-06-10 18:11:43 +00:00
admin Bug 16165 - Include link to ILS-DI documentation page in ILS-DI system preference 2016-06-10 18:08:13 +00:00
authorities Bug 16366 - Remove obsolete "border" attribute from <img> tags 2016-04-29 16:13:55 +00:00
basket Bug 16587: Same fixes for the staff interface 2016-05-25 22:14:34 +00:00
batch
catalogue Bug 14897 - Header name mismatch in ./modules/catalogue/detail.tt 2016-06-10 17:35:44 +00:00
cataloguing Bug 16005 - Standardize use of icons for delete and cancel operations 2016-06-03 08:21:25 +00:00
circ Bug 16596: Display library and patron category descriptions instead of their code 2016-06-10 16:51:26 +00:00
common Bug 16450 - Remove the use of "onclick" from guarantor search template 2016-05-31 11:53:32 +00:00
course_reserves Bug 16005 - Standardize use of icons for delete and cancel operations 2016-06-03 08:21:25 +00:00
errors
help Bug 16454: Use 'inventory' instead of 'inventory/stocktaking' 2016-05-16 17:42:39 +00:00
installer
labels
members Bug 16634: Translatability: Fix issue in memberentrygen.tt 2016-06-10 17:53:47 +00:00
offline_circ Bug 15676 - Actions in pending offline circulation actions are not translatable 2016-06-10 17:36:59 +00:00
patron_lists Bug 16005 - Standardize use of icons for delete and cancel operations 2016-06-03 08:21:25 +00:00
patroncards Bug 16386 - Replace the use of "onclick" from patron card creator templates 2016-05-06 04:22:45 +00:00
plugins Bug 16369 - Clean up and improve plugins template 2016-05-03 15:06:57 +00:00
reports Bug 16594: Orders by fund report has wrong link to css and other issues 2016-06-17 14:53:45 +00:00
reserve Bug 16596: Display library and patron category descriptions instead of their code 2016-06-10 16:51:26 +00:00
reviews
rotating_collections
serials Bug 16289: Abbreviated formatting for numbering patterns 2016-06-10 18:09:48 +00:00
services
sms
suggestion Bug 16005 - Standardize use of icons for delete and cancel operations 2016-06-03 08:21:25 +00:00
tags Bug 16633: Translatability: Issues in tags/review.tt (sentence splitting) 2016-06-10 17:51:53 +00:00
test
tools Bug 16589 - Quote of the day: Fix upload with csv files associated to LibreOffice Calc 2016-06-10 17:39:13 +00:00
virtualshelves Bug 16005 - Standardize use of icons for delete and cancel operations 2016-06-03 08:21:25 +00:00
about.tt Bug 7143: Updating about page for new developers 2016-06-03 12:37:26 +00:00
auth.tt Bug 16620: Translatability: Fix problem with isolated word "please" in auth.tt 2016-06-10 17:50:59 +00:00
intranet-main.tt