Added icon for supplier descriptor
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
dbb0deeb5a
commit
1379691576
|
@ -33,6 +33,10 @@
|
||||||
icon="verified_user"
|
icon="verified_user"
|
||||||
ng-if="$ctrl.supplier.isSerious == true">
|
ng-if="$ctrl.supplier.isSerious == true">
|
||||||
</vn-icon>
|
</vn-icon>
|
||||||
|
<vn-icon
|
||||||
|
vn-tooltip="Unverified supplier"
|
||||||
|
icon="icon-supplierfalse"
|
||||||
|
ng-if="$ctrl.supplier.isSerious == false"></vn-icon>
|
||||||
</div>
|
</div>
|
||||||
<div class="quicklinks">
|
<div class="quicklinks">
|
||||||
<div ng-transclude="btnOne">
|
<div ng-transclude="btnOne">
|
||||||
|
|
|
@ -2,4 +2,5 @@ Tax number: NIF / CIF
|
||||||
All entries with current supplier: Todas las entradas con el proveedor actual
|
All entries with current supplier: Todas las entradas con el proveedor actual
|
||||||
Go to client: Ir al cliente
|
Go to client: Ir al cliente
|
||||||
Verified supplier: Proveedor verificado
|
Verified supplier: Proveedor verificado
|
||||||
|
Unverified supplier: Proveedor no verificado
|
||||||
Inactive supplier: Proveedor inactivo
|
Inactive supplier: Proveedor inactivo
|
Loading…
Reference in New Issue