Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
Quotation Amendment
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
1
Merge Requests
1
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
khushal samadhan chavan
Quotation Amendment
Commits
b2f0d632
Commit
b2f0d632
authored
May 14, 2025
by
Khushal.Chavan@proteustech.in
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fifth commit
parent
272e4535
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
16 deletions
+21
-16
Quotation Amendment/src/ibase/webitm/ejb/vhb/msq1/QuatationAmedmentIC.java
...nt/src/ibase/webitm/ejb/vhb/msq1/QuatationAmedmentIC.java
+21
-16
No files found.
Quotation Amendment/src/ibase/webitm/ejb/vhb/msq1/QuatationAmedmentIC.java
View file @
b2f0d632
...
@@ -42,8 +42,9 @@ public class QuatationAmedmentIC extends ValidatorEJB{
...
@@ -42,8 +42,9 @@ public class QuatationAmedmentIC extends ValidatorEJB{
double
newRate
=
0.0
;
double
newRate
=
0.0
;
double
oldRate
=
0.0
;
double
oldRate
=
0.0
;
Timestamp
ldt_date
=
new
Timestamp
(
System
.
currentTimeMillis
());
Timestamp
ldt_date
=
new
Timestamp
(
System
.
currentTimeMillis
());
Connection
conn
=
null
;
try
{
try
{
conn
=
getConnection
();
switch
(
objContext
)
switch
(
objContext
)
{
{
case
"1"
:
case
"1"
:
...
@@ -178,25 +179,29 @@ public class QuatationAmedmentIC extends ValidatorEJB{
...
@@ -178,25 +179,29 @@ public class QuatationAmedmentIC extends ValidatorEJB{
e
.
printStackTrace
();
e
.
printStackTrace
();
throw
new
ITMException
(
e
);
throw
new
ITMException
(
e
);
}
}
finally
finally
{
{
try
{
try
if
(
conn
!=
null
)
{
if
(
rs
!=
null
)
{
{
if
(
rs
!=
null
)
rs
.
close
();
{
rs
=
null
;
rs
.
close
();
rs
=
null
;
}
if
(
pstmt
!=
null
)
{
pstmt
.
close
();
pstmt
=
null
;
}
}
}
}
catch
(
Exception
d
)
{
if
(
pstmt
!=
null
)
{
pstmt
.
close
();
pstmt
=
null
;
}
if
(
conn
!=
null
)
{
conn
.
close
();
conn
=
null
;
}
}
catch
(
Exception
d
)
{
d
.
printStackTrace
();
d
.
printStackTrace
();
throw
new
ITMException
(
d
);
}
}
}
}
return
""
;
return
""
;
...
...
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