This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export default {
|
||||
version: "8.0.0-beta.6",
|
||||
version: "8.0.0-rc.1",
|
||||
copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
|
||||
};
|
||||
|
||||
@@ -921,7 +921,7 @@ async function fetchTranslatedText() {
|
||||
"LoanUnitRateMonthCost",
|
||||
"LoanUnitRateWeekCost",
|
||||
"LoanUnitRateYearCost",
|
||||
"LoanUnitDefaultRate",
|
||||
//"LoanUnitDefaultRate",
|
||||
"LoanUnitShadowUnit",
|
||||
"LoanUnitCustom1",
|
||||
"LoanUnitCustom2",
|
||||
|
||||
@@ -93,7 +93,10 @@
|
||||
</v-col>
|
||||
|
||||
<v-col
|
||||
v-if="form().showMe(this, 'UnitModelDiscontinuedDate')"
|
||||
v-if="
|
||||
form().showMe(this, 'UnitModelDiscontinuedDate') &&
|
||||
obj.discontinued == true
|
||||
"
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="4"
|
||||
@@ -129,7 +132,10 @@
|
||||
</v-col>
|
||||
|
||||
<v-col
|
||||
v-if="form().showMe(this, 'UnitModelWarrantyLength')"
|
||||
v-if="
|
||||
form().showMe(this, 'UnitModelWarrantyLength') &&
|
||||
obj.lifeTimeWarranty == false
|
||||
"
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="4"
|
||||
|
||||
Reference in New Issue
Block a user