diff --git a/Views/Vehicle/_TaxRecordModal.cshtml b/Views/Vehicle/_TaxRecordModal.cshtml index 408adbe..13bf9ae 100644 --- a/Views/Vehicle/_TaxRecordModal.cshtml +++ b/Views/Vehicle/_TaxRecordModal.cshtml @@ -1,6 +1,9 @@ @model TaxRecordInput +@{ + var isNew = Model.Id == 0; +}
@@ -48,16 +51,16 @@