GWM:GST column name change
This commit is contained in:
parent
9586d0fd0b
commit
765586281c
@ -120,7 +120,7 @@
|
||||
</div>
|
||||
<div class="col-md-3 col-sm-12">
|
||||
<nb-form-field>
|
||||
<label for="subject">GST:</label>
|
||||
<label for="subject">GST No:</label>
|
||||
<input formControlName="gst" nbInput id="gst" type="text" >
|
||||
</nb-form-field>
|
||||
</div>
|
||||
|
||||
@ -102,7 +102,7 @@
|
||||
[sortable]="false"
|
||||
[title]="'Status'"
|
||||
[filterable]="false"
|
||||
[width]="4">
|
||||
[width]="5">
|
||||
<ng-template #ngDataTableCell let-row="row">
|
||||
<td >
|
||||
<div style="display: flex; align-items: center;">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user