Guest User

Untitled

a guest
Dec 10th, 2019
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. [%- USE Price -%]
  2.  
  3. <<aqbooksellers.name>>
  4. <<aqbooksellers.address1>>
  5. <<aqbooksellers.address2>>
  6. <<aqbooksellers.address3>>
  7. <<aqbooksellers.address4>>
  8. <<aqbooksellers.phone>>
  9.  
  10. Hiermit bestellen wir folgende Titel:
  11.  
  12. [% FOR order IN orders %]
  13. Bestellnummer [% order.ordernumber %] : <<biblio.author>>. <<biblio.title>> <<biblioitems.place>> <<biblioitems.publishercode>>
  14. <<biblioitems.publicationyear>>. <<biblioitems.pages>> <<biblio.notes>><<biblio.seriestitle>> <<biblioitems.volume>>. - <<biblioitems.isbn>>
  15. Notiz: [% order.order_vendornote %] (Anzahl: [% order.quantity %], je [% order.listprice | $Price %][% order.currency %])
  16. [% END %]
  17.  
  18.  
  19. Mit freundlichen Grüssen. Ihre DAI Bibliothek. <<.branchname>>
Advertisement
Add Comment
Please, Sign In to add comment