Merge pull request 'Added icon for supplier descriptor' (#569) from 2733-supplier_descriptor_icon into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #569
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
This commit is contained in:
Joan Sanchez 2021-03-09 11:37:03 +00:00
commit 2541623423
2 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,11 @@
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