Commit 9328d80f by Nilu

S12523603 # Client - Incoming Issues (raised by Client) #Unable to select Yes…

S12523603 # Client - Incoming Issues (raised by Client) #Unable to select Yes for Will this Hiring Team manage own billing?
parent 14bf2c2a
...@@ -197,7 +197,7 @@ public class HiringTeam extends BaseHiringTeam ...@@ -197,7 +197,7 @@ public class HiringTeam extends BaseHiringTeam
@Override @Override
public FieldWriteability getWriteability_ManageOwnBilling() public FieldWriteability getWriteability_ManageOwnBilling()
{ {
if(!getManageOwnBilling() || (getManageOwnBilling() && getBillingTeamsCount() > 0)) if(getManageOwnBilling() && getBillingTeamsCount() > 0)
{ {
return FieldWriteability.NOT_IN_GUI; return FieldWriteability.NOT_IN_GUI;
} }
......
...@@ -471,11 +471,11 @@ ...@@ -471,11 +471,11 @@
<div class="change-plan-content"> <div class="change-plan-content">
<h3>Alert!</h3> <h3>Alert!</h3>
<div class="upgrade-info"> <div class="upgrade-info">
<span>You must select your plan before continue. <br>Try again</span> <span>Please select a plan.</span>
</div> </div>
</div> </div>
<div class="change-plan-button"> <div class="change-plan-button">
<a class="invalid-coupon-close-button popup-no-button">Close & Retry</a> <a class="invalid-coupon-close-button popup-no-button">Ok</a>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -124,21 +124,13 @@ ...@@ -124,21 +124,13 @@
<% <%
if(company.getHiringTeamsCount() > 1) if(company.getHiringTeamsCount() > 1)
{ {
if(!hiringTeam.getManageOwnBilling())
{
%> %>
<div class="form-brack-line-sub"></div>
<oneit:recalcClass htmlTag="div" classScript="hiringTeam.getManageOwnBilling() ? 'hide': 'show'" hiringTeam="<%= hiringTeam %>">
<div class="warning-box"> <div class="warning-box">
Billing has been disabled for this team as it is included in <%= hiringTeam.getBilledByTeam()%>. Billing has been disabled for this team as it is included in <%= hiringTeam.getBilledByTeam()%>.
</div> </div>
<% </oneit:recalcClass>
}
else
{
%>
<div class="form-brack-line-sub"></div>
<%
}
%>
<div class="form-group row"> <div class="form-group row">
<div class="col-md-6"> <div class="col-md-6">
<label><oneit:label GUIName="Will this team manage its own billing?" /></label> <label><oneit:label GUIName="Will this team manage its own billing?" /></label>
...@@ -208,6 +200,34 @@ ...@@ -208,6 +200,34 @@
</div> </div>
</div> </div>
--%> --%>
<div id="manage-own-billing-alert" >
<div class="change-plan-content">
<h3>Alert!</h3>
<div class="upgrade-info">
<span>
Any prior Jobs you have created are applied to the Hiring Team previously used for Billing.<br/>
All future Jobs will be applied to a new subscription for this Hiring Team.
</span>
</div>
</div>
<div class="change-plan-button">
<a class="invalid-coupon-close-button popup-no-button">Ok</a>
</div>
</div>
<div id="manage-other-billing-alert" >
<div class="change-plan-content">
<h3>Alert!</h3>
<div class="upgrade-info">
<span>
Your current Subscription for this Hiring Team will be ended and any unused jobs on your current subscription will be forfeited.<br/>
Any Jobs that you have used above the allowance in your prior subscription will be invoiced at next invoice date.
</span>
</div>
</div>
<div class="change-plan-button">
<a class="invalid-coupon-close-button popup-no-button">Ok</a>
</div>
</div>
<div class="text-center form-group"> <div class="text-center form-group">
<oneit:button value="Save Updates" name="saveCompany" cssClass="btn btn-primary largeBtn" <oneit:button value="Save Updates" name="saveCompany" cssClass="btn btn-primary largeBtn"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment