Bug 20676: svc/barcode should allow barcode to be printed without text
authorBarton Chittenden <barton@bywatersolutions.com>
Fri, 27 Apr 2018 22:09:29 +0000 (22:09 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 22 Jun 2018 16:34:53 +0000 (16:34 +0000)
commitfdab13cc3d66a8d2ad132c66accee4f9d40ac732
treecb28ad07f172781052b531a23147988503981335
parent8c9c6a4bf167d62055f6e9c302666c4aaf0b168b
Bug 20676: svc/barcode should allow barcode to be printed without text

Test plan:

1) Point web browser to
   <staff url>/cgi-bin/koha/svc/barcode?barcode=*12345*&notext=1

   This will display a png image of the barcode *12345* with the
   text *12345* printed below the scannable barcode.

2) Apply patch
3) Refresh the browser. The human readable text no longer appears.

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>

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

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
svc/barcode