I assume this is a newbie question, but I’m unable to find the answer in the documentation or on the forum.
How do I get the labels of a stack to show up on my invoice?
I want to print the company-info stack, including labels.
Likewise, I am unable to figure out why the $entity-detail stack is printing with labels.
Thanks, xoo.
That obviously works, but I’m looking for a way to use the actual labels, since I have a multi-language requirement.
According to the documentation, the variables hold both label and value.
I used the entity details as an example for where it does work.
<div class ="entity-detail-wrapper">
<table id="entity-details" cellspacing="0" dir="$dir"></table>
</div>
Somehow this code produces both labels and values of the invoice-detail stack, but how? why? and can I do the same with company-details?
Thanks. That supplies a workaround, but I’m still left with the question why the invoice-details explode into label plus value, but the company-details won’t.