Skip to content
Snippets Groups Projects
Commit cfbe976d authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

fix #1046605: newOffer-action forced the contactid to be read only

parent da27c906
No related branches found
No related tags found
No related merge requests found
import("system.vars");
import("Offer_lib");
OfferUtils.createNewOffer(null, null, vars.getString("$field.ACTIVITYID"));
\ No newline at end of file
OfferUtils.createNewOffer();
\ No newline at end of file
import("system.vars");
import("Offer_lib");
OfferUtils.createNewOffer(null, null, vars.getString("$field.TASKID"));
\ No newline at end of file
OfferUtils.createNewOffer(null, null);
\ 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