CSR-1392
prettier
This commit is contained in:
parent
fe9119e975
commit
f74d4d5a3b
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ export default {
|
||||||
const itemsClone = { ...lineItems };
|
const itemsClone = { ...lineItems };
|
||||||
delete itemsClone.serverData;
|
delete itemsClone.serverData;
|
||||||
for (var propertyName in itemsClone) {
|
for (var propertyName in itemsClone) {
|
||||||
if (itemsClone[propertyName]){
|
if (itemsClone[propertyName]) {
|
||||||
amountDue += this.getTotalPriceOfAllLineItemsAndChildParts(
|
amountDue += this.getTotalPriceOfAllLineItemsAndChildParts(
|
||||||
itemsClone[propertyName]
|
itemsClone[propertyName]
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue