Access to PO Number
I'm creating a custom template and I would like to be able to display the PO Number that is set in Project Options. I don't see that data in the template variable documentation. Is there a way to get to it that I'm not seeing? If not, please move this to a suggestion.
Thanks!
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Seth B on 04 Feb, 2014 03:34 AM
Hi Patt, you should be able to use
{{ invoice.po_number }}
or{{ project.po_number }}
if you have a reference to the project in the liquid template.2 Posted by Pat Honeycutt on 05 Feb, 2014 09:53 PM
This works, thanks.