Bug 7684: QA Followup and bugfixes
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 6 Jun 2013 12:37:19 +0000 (14:37 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 1 Nov 2013 00:11:45 +0000 (00:11 +0000)
commitf86a16182b859063d21118002a8be936ff692b12
treed15a169ac500a88e9bf995c98ec7976d93e02dac
parent0313856d9a1a9c0c002da0aead8c8516b51e1c11
Bug 7684: QA Followup and bugfixes

This followup fixes some QA issues:
- replace the MySQLism SQL_CALC_FOUND_ROWS
- use Koha::DateUtils instead of C4::Dates
- replace "branch" and "location" with "library"
- fixe wrong capitalisation on "Clear all" and "Select all"

and fixes some behaviors:
- the inventory tools can be used without barcode file (fixed for the
  csv export too).
- mark as not scanned a non scanned item.
- update the datelastseen 1 time per biblio (and fixes the displayed
  count)

Signed-off-by: Mathieu Saby <mathieu.saby@univ-rennes2.fr>
Signed-off-by: Koha Team Amu <koha.aixmarseille@gmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Items.pm
koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt
tools/ajax-inventory.pl
tools/inventory.pl