|
Lines 82-87
if ($do_it) {
Link Here
|
| 82 |
} |
82 |
} |
| 83 |
} |
83 |
} |
| 84 |
|
84 |
|
|
|
85 |
if ( $transaction_type eq 'PAYMENT' || $transaction_type eq 'ACT' ) { |
| 86 |
$whereTType .= q{ AND status != 'VOID' }; |
| 87 |
} |
| 88 |
|
| 85 |
my $whereBranchCode = q{}; |
89 |
my $whereBranchCode = q{}; |
| 86 |
if ($manager_branchcode ne 'ALL') { |
90 |
if ($manager_branchcode ne 'ALL') { |
| 87 |
$whereBranchCode = q{ AND m.branchcode = ?}; |
91 |
$whereBranchCode = q{ AND m.branchcode = ?}; |
| 88 |
- |
|
|