CSR-1981 show mobile fee free alert if it is 0

CSR-1981 show mobile fee free alert if it is 0
This commit is contained in:
CarlNation 2024-08-14 10:40:46 -04:00
parent 7fee462163
commit 907ed95d96

View file

@ -319,7 +319,7 @@ export default {
if (
this.mobileFeePart?.laborAmount == 0 &&
this.mobileFeePart?.sellingPrice == 0 &&
this.mobileFeePart.kitPrice == 0
this.mobileFeePart?.kitPrice == 0
) {
hasMobileFee = false;
}