[ad_1]
Hello,
We created a Custom Field to display the VAT number, we use the “Custom field Wizard” to identify the corect one and use that.
In our case we have this code:
return (new CArrayField(‘normal’,’meta’,’av_facturare’))->GetHtml();
But this is returning an array with more data:
tip_facturare: pers-jur
VAT: 41012350
nr_reg_com: J1/1948/2001
How can we display only VAT value like “41012350” ?
