This commit is contained in:
@@ -24,9 +24,9 @@ namespace AyaNova.Models
|
||||
public List<string> Tags { get; set; }
|
||||
|
||||
[Required]
|
||||
public decimal TaxA { get; set; }
|
||||
public decimal TaxAPct { get; set; }
|
||||
[Required]
|
||||
public decimal TaxB { get; set; }
|
||||
public decimal TaxBPct { get; set; }
|
||||
public bool TaxOnTax { get; set; }
|
||||
|
||||
public TaxCode()
|
||||
|
||||
Reference in New Issue
Block a user