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

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

Return to bug 28264