http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9040 --- Comment #7 from Nuño López Ansótegui <nunyo@masmedios.com> --- (In reply to comment #6)
In which cases do you see warning messages?
On opac-detail.pl, I just get some warnings about $ccode (Use of uninitialized value $ccode in exists at /home/koha/src/opac/opac-detail.pl line 534).
I meant that I have written the code like the other tests, for example as the barcode code: [% IF ( itemdata_datedue ) %]<td class="date_due">[% ITEM_RESULT.datedue | $KohaDates %]</td>[% END %] [% IF ( OPACShowBarcode ) %]<td class="barcode">[% ITEM_RESULT.barcode %]</td>[% END %] if $ccode get a warning, must also fix it. -- You are receiving this mail because: You are watching all bug changes.