1
0
mirror of https://github.com/OpenXE-org/OpenXE.git synced 2025-03-25 07:00:22 +01:00
2021-05-21 08:49:41 +02:00

14 lines
422 B
Smarty

lieferscheinnummer;auftrag;tracking;name;strasse;plz;ort;land;
{foreach from=$trackingliste key=keyrow item=tracking}{* Belege *}
{strip}
{$tracking->lieferscheinnummer|quoteCsv};
{$tracking->auftrag|quoteCsv};
{$tracking->tracking|quoteCsv};
{$tracking->name|quoteCsv};
{$tracking->strasse|quoteCsv};
{$tracking->plz|quoteCsv};
{$tracking->ort|quoteCsv};
{$tracking->land|quoteCsv};
{/strip}
{/foreach}