Skip to content
Snippets Groups Projects
Commit eadd24da authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

[Projekt: xRM-Sales][TicketNr.: 1057152][Rechnungen haben keine Versionsnummer...

[Projekt: xRM-Sales][TicketNr.: 1057152][Rechnungen haben keine Versionsnummer und keine optionalen Positionen]
parent 82f3488a
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ CopyModuleUtils.copyModule = function(pInputMapping)
var ModulesMapping = {};
var statements = [];
if(pInputMapping["OFFERITEM"]["destinationModuleName"] == "SALESORDERITEM") //SalesOrder and Offer don't have the exact smae structure anymore: Order don't have the field "optional"
if(pInputMapping["OFFERITEM"] != undefined && pInputMapping["OFFERITEM"]["destinationModuleName"] == "SALESORDERITEM") //SalesOrder and Offer don't have the exact smae structure anymore: Order don't have the field "optional"
{
delete AliasDefinitionStructure["tables"]["OFFERITEM"]["columns"]["OPTIONAL"];
}
......
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