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

(-)a/C4/Items.pm (-2 / +1 lines)
Lines 1618-1624 sub _koha_new_item { Link Here
1618
            $item->{'location'},
1618
            $item->{'location'},
1619
            $item->{'permanent_location'},
1619
            $item->{'permanent_location'},
1620
            $item->{'onloan'},
1620
            $item->{'onloan'},
1621
            $item->{'issues'},
1621
            $item->{'issues'}//0,
1622
            $item->{'renewals'},
1622
            $item->{'renewals'},
1623
            $item->{'reserves'},
1623
            $item->{'reserves'},
1624
            $item->{'items.cn_source'},
1624
            $item->{'items.cn_source'},
1625
- 

Return to bug 23081