separate foodcourt module
This commit is contained in:
7
app/views/foodcourt/request_bills/print.json.jbuilder
Executable file
7
app/views/foodcourt/request_bills/print.json.jbuilder
Executable file
@@ -0,0 +1,7 @@
|
||||
if @status == true
|
||||
#show invoice number and stuff
|
||||
json.status @status
|
||||
else
|
||||
json.status @status
|
||||
json.error_message @error_message
|
||||
end
|
||||
Reference in New Issue
Block a user