Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 2430-catalog_multi_tag

This commit is contained in:
Carlos Jimenez Ruiz 2020-09-16 14:56:09 +02:00
commit 2ebe476751
5 changed files with 10 additions and 0 deletions

View File

@ -23,6 +23,7 @@ supplier:
client:
toCompleteByClient: A cumplimentar por el deudor
name: Nombre del deudor/es
fiscalId: CIF/NIF
street: Dirección del deudor
location: CP - Población - Provincia
country: País del deudor

View File

@ -20,6 +20,7 @@ supplier:
client:
toCompleteByClient: Á compléter pour le débiteur
name: Nom du débiteur(s)
fiscalId: CIF/NIF
street: Adresse du(des) débiteur(s)
location: CP - Commune - Départament
country: País du(des) débiteur(s)

View File

@ -23,6 +23,7 @@ supplier:
client:
toCompleteByClient: A preencher pelo devedor
name: Nome do devedor
fiscalId: CIF/NIF
street: Dirección del deudor
location: Cod. Postal - Município - Distrito
country: País do devedor

View File

@ -71,6 +71,12 @@
</td>
<th>{{client.socialName}}</th>
</tr>
<tr>
<td>
{{$t('client.fiscalId')}}
</td>
<th>{{client.fi}}</th>
</tr>
<tr>
<td>{{$t('client.street')}}</td>
<th>{{client.street}}</th>

View File

@ -29,6 +29,7 @@ const rptSepaCore = {
c.street,
c.postcode,
c.city,
c.fi,
p.name AS province,
ct.country,
ct.code AS countryCode,