[Koha-bugs] [Bug 15325] rebuild_zebra.pl table option (-t) doesn't work

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 7 17:07:31 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15325

Frédéric Demians <frederic at tamil.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #45448|0                           |1
        is obsolete|                            |

--- Comment #3 from Frédéric Demians <frederic at tamil.fr> ---
Created attachment 45459
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45459&action=edit
Bug 15325: Fix --table option of rebuild_zebra.pl

Option's value given on command line was never used and 'biblioitems'
was used instead.

Test plan:
1. git checkout master
2. perl misc/migration_tools/rebuild_zebra.pl -b -t items --where "price = 42"
3. You should see errors printed on screen about an unknown column
4. Apply patch
5. perl misc/migration_tools/rebuild_zebra.pl -b -t items --where "price = 42"
6. No errors \o/

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

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list