|
Lines 362-368
sub _report_per_branch {
Link Here
|
| 362 |
letter_code => "SR_SLIP", |
362 |
letter_code => "SR_SLIP", |
| 363 |
branchcode => $branch->{code}, |
363 |
branchcode => $branch->{code}, |
| 364 |
message_transport_type => 'email', |
364 |
message_transport_type => 'email', |
| 365 |
substitute => $branch |
365 |
substitute => { branch => $branch } |
| 366 |
) |
366 |
) |
| 367 |
) |
367 |
) |
| 368 |
{ |
368 |
{ |
| 369 |
- |
|
|