Skip to content
Snippets Groups Projects
Commit a98169ab authored by Sebastian Pongratz's avatar Sebastian Pongratz :ping_pong:
Browse files

[Projekt: xRM-ContactManagement][TicketNr.: 2000723][Zugriff auf...

[Projekt: xRM-ContactManagement][TicketNr.: 2000723][Zugriff auf COMMUNICATION.CONTACT_ID in CommUtil.getStandardPhone]
parent 82d24eec
No related branches found
No related tags found
No related merge requests found
import("system.db");
import("system.vars");
import("ClassificationUpdate_lib");
import("Context_lib");
......@@ -612,7 +613,8 @@ $ChecklistEntryRegistry.organisationDefaultPhone = function(){
context: ["Organisation"],
title: translate.text("Default phone"),
verifierFn: function(pContactId){
var phoneNumber = CommUtil.getStandardPhone(pContactId);
var phoneNumber = CommUtil.getStandardSubSqlPhone(pContactId, "CONTACT");
phoneNumber = db.cell(phoneNumber);
if(phoneNumber)
{
return true;
......
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