Showing
1 changed file
with
1 additions
and
1 deletions
@@ -94,7 +94,7 @@ if ($refundInfo.length) { | @@ -94,7 +94,7 @@ if ($refundInfo.length) { | ||
94 | setBackInput($(this).val() * 1); | 94 | setBackInput($(this).val() * 1); |
95 | } | 95 | } |
96 | }); | 96 | }); |
97 | -} else { | 97 | +} else if (defaultArea) { |
98 | syncRefundMode(defaultArea); | 98 | syncRefundMode(defaultArea); |
99 | } | 99 | } |
100 | 100 |
-
Please register or login to post a comment