From 9a0ef802a678ffc421fc1d416f7f867e89e5536a Mon Sep 17 00:00:00 2001
From: D C <chenbangcai@prec-tech.com>
Date: 星期五, 26 五月 2023 10:32:04 +0800
Subject: [PATCH] 维修合同 多年保修消费率逻辑更改

---
 force-app/main/default/objects/Inspection_Report__c/webLinks/insPageBtn.webLink-meta.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/objects/Inspection_Report__c/webLinks/insPageBtn.webLink-meta.xml b/force-app/main/default/objects/Inspection_Report__c/webLinks/insPageBtn.webLink-meta.xml
index ead74e4..8f1590b 100644
--- a/force-app/main/default/objects/Inspection_Report__c/webLinks/insPageBtn.webLink-meta.xml
+++ b/force-app/main/default/objects/Inspection_Report__c/webLinks/insPageBtn.webLink-meta.xml
@@ -16,7 +16,7 @@
 var RecordTypeId = &quot;{!Inspection_Report__c.RecordTypeId}&quot;;
 var url;
 
-if(RecordTypeId == &apos;0121m000000m3Bi&apos;){
+if(RecordTypeId == &apos;01210000000aLii&apos;){
 url = &apos;/apex/OFSInsReportLayoutForVm&apos;;
 }else{
 url = &apos;/apex/OFSInsReportLayout&apos;;

--
Gitblit v1.9.1