Lines 140-146
cmp_deeply(
Link Here
|
140 |
frombranch => $samplebranch1->{branchcode} |
140 |
frombranch => $samplebranch1->{branchcode} |
141 |
} |
141 |
} |
142 |
], |
142 |
], |
143 |
"Item1 and Item2 has been transfered from branch1 to branch2" |
143 |
"Item1 and Item2 has been transferred from branch1 to branch2" |
144 |
); |
144 |
); |
145 |
my @transferto = GetTransfersFromTo( undef, $samplebranch2->{branchcode} ); |
145 |
my @transferto = GetTransfersFromTo( undef, $samplebranch2->{branchcode} ); |
146 |
is_deeply( \@transferto, [], |
146 |
is_deeply( \@transferto, [], |
147 |
- |
|
|