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

(-)a/reports/cash_register_stats.pl (-2 / +1 lines)
Lines 168-174 if ($do_it) { Link Here
168
                        $row->{date},
168
                        $row->{date},
169
                        $row->{timestamp},
169
                        $row->{timestamp},
170
                        $row->{credit_type_code},
170
                        $row->{credit_type_code},
171
                        $row->{debit_type},
171
                        $row->{debit_type_code},
172
                        $row->{note},
172
                        $row->{note},
173
                        $row->{amount},
173
                        $row->{amount},
174
                        $row->{title},
174
                        $row->{title},
175
- 

Return to bug 28264