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

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

Return to bug 28264