Anyone know if you can indent member items in a printout? Our use case is that we print Kit item members and now we want to indent those so it is clearer which is the kit item and which are the members.
b
Blake
07/09/2019, 7:31 PM
I found a hack way to do this a while back. In my item list next to the item name I added <#if item.amount?string = ''> - </#if>
Blake
07/09/2019, 7:32 PM
I think that was all I did. It works for us but I wish I had a better way...
l
Lander
07/10/2019, 11:53 AM
I try this! thank you! no I thought this was going to be really easy but turns out not 🙂