https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19454 --- Comment #15 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Katrin Fischer from comment #14) Thx Katrin for QAing.
1) Question: I notice all other options are are -- and the new one is the only one - - is there a reason to use one or the other?
Good catch :) There is no real difference. I will add a minus for consistency. According to Getopt::Long we should one minus for single character options like -l and two minuses for long option names like --long. But if you define a 'category' option and you have nothing else starting with a 'c', -c and --c will work both.
DBD::mysql::st execute failed: Column 'categorycode' in where clause is ambiguous
Oops. Caused by a QA follow-up on one of the preceding reports that replaced a subquery by a join, followed by a rebase here. Will fix. -- You are receiving this mail because: You are watching all bug changes.