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

(-)a/misc/cronjobs/overdue_notices.pl (-2 / +2 lines)
Lines 504-510 END_SQL Link Here
504
                        items           => \@items,
504
                        items           => \@items,
505
                        substitute      => {    # this appears to be a hack to overcome incomplete features in this code.
505
                        substitute      => {    # this appears to be a hack to overcome incomplete features in this code.
506
                                            bib             => $branch_details->{'branchname'}, # maybe 'bib' is a typo for 'lib<rary>'?
506
                                            bib             => $branch_details->{'branchname'}, # maybe 'bib' is a typo for 'lib<rary>'?
507
                                            'items.content' => $titles
507
                                            'items.content' => $titles,
508
                                            'count'         => $itemcount,
508
                                           }
509
                                           }
509
                    }
510
                    }
510
                );
511
                );
511
- 

Return to bug 6926