Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
efce8e5a
Commit
efce8e5a
authored
Jun 14, 2019
by
nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
S21294007 # Client - Incoming Issues (raised by Client) #Free Trial
Diabling free trial for the release
parent
863ab1f2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
BaseHiringTeam.java
cmsWebApp/src/performa/orm/BaseHiringTeam.java
+2
-2
HiringTeam.xml
cmsWebApp/src/performa/orm/HiringTeam.xml
+1
-1
No files found.
cmsWebApp/src/performa/orm/BaseHiringTeam.java
View file @
efce8e5a
...
@@ -1058,7 +1058,7 @@ public abstract class BaseHiringTeam extends BaseBusinessClass
...
@@ -1058,7 +1058,7 @@ public abstract class BaseHiringTeam extends BaseBusinessClass
Map
metaInfo
=
new
HashMap
();
Map
metaInfo
=
new
HashMap
();
metaInfo
.
put
(
"dbcol"
,
"on_trial"
);
metaInfo
.
put
(
"dbcol"
,
"on_trial"
);
metaInfo
.
put
(
"defaultValue"
,
"Boolean.
TRU
E"
);
metaInfo
.
put
(
"defaultValue"
,
"Boolean.
FALS
E"
);
metaInfo
.
put
(
"name"
,
"OnTrial"
);
metaInfo
.
put
(
"name"
,
"OnTrial"
);
metaInfo
.
put
(
"type"
,
"Boolean"
);
metaInfo
.
put
(
"type"
,
"Boolean"
);
...
@@ -1164,7 +1164,7 @@ public abstract class BaseHiringTeam extends BaseBusinessClass
...
@@ -1164,7 +1164,7 @@ public abstract class BaseHiringTeam extends BaseBusinessClass
_LastPlanAmount
=
(
Double
)(
HELPER_LastPlanAmount
.
initialise
(
_LastPlanAmount
));
_LastPlanAmount
=
(
Double
)(
HELPER_LastPlanAmount
.
initialise
(
_LastPlanAmount
));
_GoogleAddressText
=
(
String
)(
HELPER_GoogleAddressText
.
initialise
(
_GoogleAddressText
));
_GoogleAddressText
=
(
String
)(
HELPER_GoogleAddressText
.
initialise
(
_GoogleAddressText
));
_PlanCancelled
=
(
Boolean
)(
Boolean
.
FALSE
);
_PlanCancelled
=
(
Boolean
)(
Boolean
.
FALSE
);
_OnTrial
=
(
Boolean
)(
Boolean
.
TRU
E
);
_OnTrial
=
(
Boolean
)(
Boolean
.
FALS
E
);
_TrialJobCount
=
(
Integer
)(
0
);
_TrialJobCount
=
(
Integer
)(
0
);
_MessageID
=
(
Integer
)(
HELPER_MessageID
.
initialise
(
_MessageID
));
_MessageID
=
(
Integer
)(
HELPER_MessageID
.
initialise
(
_MessageID
));
_IsLogoDeleted
=
(
Boolean
)(
Boolean
.
FALSE
);
_IsLogoDeleted
=
(
Boolean
)(
Boolean
.
FALSE
);
...
...
cmsWebApp/src/performa/orm/HiringTeam.xml
View file @
efce8e5a
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
<ATTRIB
name=
"LastPlanAmount"
type=
"Double"
dbcol=
"last_plan_amount"
/>
<ATTRIB
name=
"LastPlanAmount"
type=
"Double"
dbcol=
"last_plan_amount"
/>
<ATTRIB
name=
"GoogleAddressText"
type=
"String"
dbcol=
"google_address_text"
length=
"300"
/>
<ATTRIB
name=
"GoogleAddressText"
type=
"String"
dbcol=
"google_address_text"
length=
"300"
/>
<ATTRIB
name=
"PlanCancelled"
type=
"Boolean"
dbcol=
"plan_cancelled"
defaultValue=
"Boolean.FALSE"
/>
<ATTRIB
name=
"PlanCancelled"
type=
"Boolean"
dbcol=
"plan_cancelled"
defaultValue=
"Boolean.FALSE"
/>
<ATTRIB
name=
"OnTrial"
type=
"Boolean"
dbcol=
"on_trial"
defaultValue=
"Boolean.
TRU
E"
/>
<ATTRIB
name=
"OnTrial"
type=
"Boolean"
dbcol=
"on_trial"
defaultValue=
"Boolean.
FALS
E"
/>
<ATTRIB
name=
"TrialJobCount"
type=
"Integer"
dbcol=
"trial_job_count"
defaultValue=
"0"
/>
<ATTRIB
name=
"TrialJobCount"
type=
"Integer"
dbcol=
"trial_job_count"
defaultValue=
"0"
/>
<ATTRIB
name=
"MessageID"
type=
"Integer"
dbcol=
"message_id"
/>
<ATTRIB
name=
"MessageID"
type=
"Integer"
dbcol=
"message_id"
/>
...
...
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