Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
webitm-chcschedulerlive
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ketan Patil
webitm-chcschedulerlive
Commits
9845a109
Commit
9845a109
authored
Apr 14, 2022
by
Ketan Patil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace by pravin
parent
599c1c8d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ibase/webitm/ejb/chcscheduler/CHCReportSch.java
ibase/webitm/ejb/chcscheduler/CHCReportSch.java
+1
-1
No files found.
ibase/webitm/ejb/chcscheduler/CHCReportSch.java
View file @
9845a109
...
@@ -770,7 +770,7 @@ public class CHCReportSch
...
@@ -770,7 +770,7 @@ public class CHCReportSch
valueXmlString
.
append
(
"<MAILINFO>"
);
valueXmlString
.
append
(
"<MAILINFO>"
);
valueXmlString
.
append
(
"<EMAIL_TYPE>"
).
append
(
"null"
).
append
(
"</EMAIL_TYPE>"
);
valueXmlString
.
append
(
"<EMAIL_TYPE>"
).
append
(
"null"
).
append
(
"</EMAIL_TYPE>"
);
emailId
=
"pravin.nevage@proteustech.in"
;
//
emailId="pravin.nevage@proteustech.in";
valueXmlString
.
append
(
"<TO_ADD>"
).
append
(
"<![CDATA["
+
emailId
+
"]]>"
).
append
(
"</TO_ADD>"
);
valueXmlString
.
append
(
"<TO_ADD>"
).
append
(
"<![CDATA["
+
emailId
+
"]]>"
).
append
(
"</TO_ADD>"
);
valueXmlString
.
append
(
"<CC_ADD>"
).
append
(
"<![CDATA["
+
ccId
+
"]]>"
).
append
(
"</CC_ADD>"
);
valueXmlString
.
append
(
"<CC_ADD>"
).
append
(
"<![CDATA["
+
ccId
+
"]]>"
).
append
(
"</CC_ADD>"
);
System
.
out
.
println
(
"emailId: "
+
emailId
);
System
.
out
.
println
(
"emailId: "
+
emailId
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment