pluginsGLPI / order

Order plugin for GLPI
GNU General Public License v3.0
39 stars 44 forks source link

Order Notification: ##order.item.name## #327

Open r0bertk opened 2 years ago

r0bertk commented 2 years ago

Hello, Is it possible include in "Order Notification" the item information that you are ordering? I'm using ##order.item.name## tag but it doesn't work. The info that i want to sent is : quantity, equipment, reference, unit price... A try:

FOREACHorders

lang.order.item.name## : ##order.item.name

lang.order.item.numorder## : ##order.item.numorder

lang.order.item.orderdate## : ##order.item.orderdate

lang.order.item.duedate## : ##order.item.duedate

lang.order.item.deliverydate## : ##order.item.deliverydate

order.item.url

ENDFOREACHorders

but it doesn't work. I am asking for some tips, maybe I am doing something wrong.