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