From 48f10c4e53bf976b6beb6815209db5583ad80028 Mon Sep 17 00:00:00 2001 From: vicent Date: Fri, 29 Apr 2022 09:50:43 +0200 Subject: [PATCH] feat(invoceIn.create): added nif and deleted currency --- modules/invoiceIn/front/create/index.html | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/modules/invoiceIn/front/create/index.html b/modules/invoiceIn/front/create/index.html index 4ec724854..16ecf26cf 100644 --- a/modules/invoiceIn/front/create/index.html +++ b/modules/invoiceIn/front/create/index.html @@ -13,13 +13,14 @@ vn-id="supplier" url="Suppliers" label="Supplier" - search-function="{or: [{id: $search}, {name: {like: '%'+ $search +'%'}}]}" + search-function="{or: [{id: $search}, {name: {like: '%'+ $search +'%'}}, {nif: {like: '%'+ $search +'%'}}]}" + fields="['nif']" show-field="name" value-field="id" ng-model="$ctrl.invoiceIn.supplierFk" order="id" vn-focus> - {{id}}: {{name}} + {{id}}: {{nif}}: {{name}} - -