tax
This commit is contained in:
@@ -338,7 +338,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group col-md-4">
|
||||
<div class="form-group col-md-6">
|
||||
<br />
|
||||
@if (!invoice.IsDeleted)
|
||||
{
|
||||
@@ -371,6 +371,10 @@
|
||||
}
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<br />
|
||||
<div class="row g-3">
|
||||
@if (!invoice.IsDeleted && invoice.invoiceType != InvoiceType.Bidding && SendInvoice)
|
||||
{
|
||||
<div class="form-group col-md-2">
|
||||
@@ -380,7 +384,13 @@
|
||||
</Button>
|
||||
</div>
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
<div class="form-group col-md-3">
|
||||
<label class="col-form-label" for="inputinno">سریال صورتحساب داخلی حافظه مالیاتی</label>
|
||||
<InputText style=" text-align: center;" @bind-Value="invoice.inno" class="form-control" id="inputinno" readonly />
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
<br />
|
||||
<div class="row g-3">
|
||||
|
Reference in New Issue
Block a user