This commit is contained in:
2021-08-06 15:57:33 +00:00
parent b145c6af0a
commit b8d0af21da
2 changed files with 1 additions and 6 deletions

View File

@@ -761,11 +761,6 @@ export default {
z => z.fld.toLowerCase() == formCustomTemplateFieldName.toLowerCase()
);
if (window.$gz.dev && !templateItem) {
console.log(
`DEV ERROR: FORM FIELD NOT IN TEMPLATE: "${formCustomTemplateFieldName}"`
);
}
if (templateItem === undefined || templateItem.hide !== true) {
return true;
}

View File

@@ -213,7 +213,7 @@
</v-col>
<v-col
v-if="form().showMe(this, 'MonthCost')"
v-if="form().showMe(this, 'RateMonthCost')"
cols="12"
sm="6"
lg="4"