Skip to content
Snippets Groups Projects
Commit 71088782 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

fix angebotsliste

parent f2e83987
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,6 @@ import("system.result");
import("system.vars");
if(vars.exists("$param.OfferId_param") && vars.get("$param.OfferId_param") != "")
result.string("OFFERITEM.OFFER_ID = ('" + vars.get("$param.OfferId_param") + "')dd");
result.string("OFFERITEM.OFFER_ID = ('" + vars.get("$param.OfferId_param") + "')");
else
result.string("");
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment