Jump to content

Paul13

Members
  • Posts

    27
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Paul13 got a reaction from Michael in Invoices Without The Customer Vat Number?   
    Issue fixed,
    I've added the following code:
    if(!empty($this->invoice->client->settings['tax_id'])) $address .= $this->invoice->client->settings['tax_id'] . "\n";
  2. Like
    Paul13 got a reaction from Michael in [Universal Module] Service Details   
    My Work In Progress...


  3. Like
    Paul13 got a reaction from teefrircuniot in Custom Client Fields Value In The Invoice   
    We have needs to display a custom client field value in the invoice.
    The law of our state requires additional parameters in the invoices (Example: fiscal code number).
     
  4. Like
    Paul13 got a reaction from Amyamoxylea in Custom Client Fields Value In The Invoice   
    We have needs to display a custom client field value in the invoice.
    The law of our state requires additional parameters in the invoices (Example: fiscal code number).
     
  5. Like
    Paul13 got a reaction from Ken in Custom Client Fields Value In The Invoice   
    Works great!

    Thank you.
  6. Like
    Paul13 got a reaction from Ken in Invoices Without The Customer Vat Number?   
    Issue fixed,
    I've added the following code:
    if(!empty($this->invoice->client->settings['tax_id'])) $address .= $this->invoice->client->settings['tax_id'] . "\n";
×
×
  • Create New...