View | Details | Raw Unified | Return to bug 10976
Collapse All | Expand All

(-)a/C4/Reports/Guided.pm (-2 / +1 lines)
Lines 383-389 sub get_criteria { Link Here
383
            my $list;
383
            my $list;
384
            $list='branches' if $column eq 'branchcode' or $column eq 'holdingbranch' or $column eq 'homebranch';
384
            $list='branches' if $column eq 'branchcode' or $column eq 'holdingbranch' or $column eq 'homebranch';
385
            $list='categorycode' if $column eq 'categorycode';
385
            $list='categorycode' if $column eq 'categorycode';
386
            $list='itemtype' if $column eq 'itype';
386
            $list='itemtypes' if $column eq 'itype';
387
            $list='ccode' if $column eq 'ccode';
387
            $list='ccode' if $column eq 'ccode';
388
            # TODO : improve to let the librarian choose the description at runtime
388
            # TODO : improve to let the librarian choose the description at runtime
389
            push @values, { availablevalues => "<<$column".($list?"|$list":'').">>" };
389
            push @values, { availablevalues => "<<$column".($list?"|$list":'').">>" };
390
- 

Return to bug 10976