Dear All,
I have this button..
<$button message="tm-new-tiddler" param={{InvoiceTemplate!!invoice-title}}>New Invoice</$button>
InvoiceTemplate!!invoice-title contains {{!!customer}}, {{!!period-name}}
I want to generate a new invoice with the name of the customer and period
I can transclude from the Tiddler itself, like this
<$button message="tm-new-tiddler" param={{!!invoice-title}}>New Invoice</$button>
but what I get is "{{!!customer}}, {{!!period-name}}" as the title when I try to get the field from the InvoiceTemplate field
What am I doing wrong?
Alex