You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can i print a multiline field into a Template ?
something like :
$printer->addCommand(new Command\ObjectCommand('Adress', '290 Lakeside Drive \n Gurnee Illinois 60031'));
it all ends up in one line.
the field 'adress' is a multiline field
can i print a multiline field into a Template ?
something like :
$printer->addCommand(new Command\ObjectCommand('Adress', '290 Lakeside Drive \n Gurnee Illinois 60031'));
it all ends up in one line.
the field 'adress' is a multiline field