receipt bill pdf fixed

This commit is contained in:
yarzar_code
2020-08-26 15:36:04 +06:30
parent 39871691e9
commit 78ecd6b1e8
6 changed files with 21 additions and 38 deletions

View File

@@ -220,7 +220,7 @@ class Foodcourt::OrdersController < BaseFoodcourtController
#bill channel
if ENV["SERVER_MODE"] == 'cloud'
from = request.subdomain + "." + request.domain
from = request.host
else
from = ""
end