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

(-)a/misc/cronjobs/stockrotation.pl (-2 / +1 lines)
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
- 

Return to bug 22566