Commit 72ae2747 by chenith

Updated the cost per job.

parent fe40fe0b
......@@ -143,9 +143,9 @@
<span class="text-left">
<p class="per-job">
Per Job
</p> </div>
</p>
</span>
</div>
</oneit:recalcClass>
</div>
......@@ -164,7 +164,7 @@
<oneit:recalcClass htmlTag="span" classScript="company.getPaymentPlanAmount()!=null ? 'show': 'hide'" company="<%= company %>">
<div class="a-label-row text-center">
<div class="col-md-12 col-sm-12 col-xs-12 payment-job-det text-center">
<oneit:toString value="<%= PaymentPlan.PER_PER_JOB_AMOUNT %>" mode="Currency"/>
<oneit:recalc mode="Currency" script="company.getPerJobPaymentPlanAmount()" company="<%= company %>" nullValue=""/>
Monthly for up to
<oneit:recalc mode="EscapeHTML" script="company.getPaymentJobCount()" company="<%= company %>" nullValue=""/>
jobs / month
......
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