Added icon for supplier descriptor
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
jorgebl 2021-03-08 13:52:11 +01:00
parent dbb0deeb5a
commit 1379691576
2 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,10 @@
icon="verified_user"
ng-if="$ctrl.supplier.isSerious == true">
</vn-icon>
<vn-icon
vn-tooltip="Unverified supplier"
icon="icon-supplierfalse"
ng-if="$ctrl.supplier.isSerious == false"></vn-icon>
</div>
<div class="quicklinks">
<div ng-transclude="btnOne">

View File

@ -2,4 +2,5 @@ Tax number: NIF / CIF
All entries with current supplier: Todas las entradas con el proveedor actual
Go to client: Ir al cliente
Verified supplier: Proveedor verificado
Unverified supplier: Proveedor no verificado
Inactive supplier: Proveedor inactivo