AP 1.33.5: broke billingAddressXYZ in PDF printing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • michib
    Member
    • Sep 2016
    • 65

    AP 1.33.5: broke billingAddressXYZ in PDF printing

    Hi,

    Just realized that AP 1.33.5 (Espo 5.5.5) does not print anymore billingAddressXYZ labels when printing quotes to PDF.

    {{accountName}}
    {{{billingAddressStreet}}}
    {{billingAddressCity}}{{#if billingAddressState}},{{/if}} {{billingAddressState}} {{billingAddressPostalCode}}
    {{billingAddressCountry}}

    prints only Account name.

    I was unsure of my template but I see also your 'quote (example)' has the same behaviour for me.... Does it works for you?

    thanks,
    Michele
  • yuri
    Member
    • Mar 2014
    • 8716

    #2
    Hi Michele,

    Works for me.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • michib
      Member
      • Sep 2016
      • 65

      #3
      Originally posted by yurikuzn
      Hi Michele,

      Works for me.
      Hi Yuri,

      I apologize, it was a bad idea opening the issue before lunch ;-)

      I am syncronizing quotes from an external system via espo API and I am providing only accountName and Id posting a new quote so... I realize API cannot do the miracle of transferring address info from account to quote' address fields.

      thanks,
      Michele

      Comment

      Working...