X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=lib%2Fdelivery.php;fp=lib%2Fdelivery.php;h=43800caa4edd29d5bfb13058f2425f8651662d7a;hb=bb7d5af591a4fbb9963afc46fa992f742a2d3355;hp=4c7c4f09b491cebb93ae92af5c9ad3a578b2a611;hpb=5443dbf64833b4cfddcc07d43657dcff371550c4;p=readifood.git diff --git a/lib/delivery.php b/lib/delivery.php index 4c7c4f0..43800ca 100644 --- a/lib/delivery.php +++ b/lib/delivery.php @@ -133,6 +133,13 @@ echo "\n
" . htmlspecialchars($address->getPostcode()); echo "

\n"; + $notes = $order->getNotes(); + if ($notes) { + echo "

Notes:\n"; + echo htmlspecialchars($notes); + echo "

\n"; + } + echo "
\n\n"; } }