Hey all, we have a Packing Slip Advanced PDF/HTML ...
# advancedpdf
m
Hey all, we have a Packing Slip Advanced PDF/HTML Template. It's working fine, but we need to add some subsidiary information to it. When we try to do it, it errors out because it doesn't have access to the subsidiary variable (even though the User Interface says it does). Any suggestions, by chance?
Solved. Subsidiary is available, it's just the error checker that thinks it isn't. Fixed by using some #if statements which the error checker thought would be false, but were actually true.