|
Lines 3197-3215
sub _get_discount_from_rule {
Link Here
|
| 3197 |
categorycode => $categorycode, |
3197 |
categorycode => $categorycode, |
| 3198 |
}, |
3198 |
}, |
| 3199 |
{ |
3199 |
{ |
| 3200 |
branchcode => '*', |
3200 |
branchcode => undef, |
| 3201 |
categorycode => $categorycode, |
3201 |
categorycode => $categorycode, |
| 3202 |
itemtype => $itemtype, |
3202 |
itemtype => $itemtype, |
| 3203 |
}, |
3203 |
}, |
| 3204 |
{ |
3204 |
{ |
| 3205 |
branchcode => $branchcode, |
3205 |
branchcode => $branchcode, |
| 3206 |
categorycode => $categorycode, |
3206 |
categorycode => $categorycode, |
| 3207 |
itemtype => '*', |
3207 |
itemtype => undef, |
| 3208 |
}, |
3208 |
}, |
| 3209 |
{ |
3209 |
{ |
| 3210 |
branchcode => '*', |
3210 |
branchcode => undef, |
| 3211 |
categorycode => $categorycode, |
3211 |
categorycode => $categorycode, |
| 3212 |
itemtype => '*', |
3212 |
itemtype => undef, |
| 3213 |
}, |
3213 |
}, |
| 3214 |
); |
3214 |
); |
| 3215 |
|
3215 |
|
| 3216 |
- |
|
|