Removing comment
This commit is contained in:
parent
de406b6fbb
commit
e359126d3d
1 changed files with 0 additions and 3 deletions
|
|
@ -194,11 +194,8 @@ export default {
|
||||||
window.console.error('One or more items have no price assigned!');
|
window.console.error('One or more items have no price assigned!');
|
||||||
}
|
}
|
||||||
if (this.pricedGlassParts.length > 0) {
|
if (this.pricedGlassParts.length > 0) {
|
||||||
// TODO saving glass parts here
|
|
||||||
store.updateGlassParts(this.pricedGlassParts);
|
store.updateGlassParts(this.pricedGlassParts);
|
||||||
}
|
}
|
||||||
// TODO saving supporting items on service packages page
|
|
||||||
// TODO does the glass parts array change?
|
|
||||||
store.updateSupportingItems(this.supportingItems);
|
store.updateSupportingItems(this.supportingItems);
|
||||||
store.updateVaps(this.selectedVaps);
|
store.updateVaps(this.selectedVaps);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue