Rev 33845 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#*#if($pob)<td>$pob.getId()</td><td>$pob.getOutLetName()</td><td>$pob.getPhoneNumber()</td>#if($pob.getCity())<td>$pob.getCity()</td>#else<td></td>#end#if($pob.getInvestmentDate())<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="date"placeholder="Investment Date(SM)"disabled name="date1" id="bdDate"value="$pob.getInvestmentDate().format($datehiphenFormatter)"></td>#else<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date"placeholder="Investment Date(SM)"disabled name="bdDate"></td>#end#if($pob.getStockPayment()!= 0)<td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text"placeholder="Stock payment(kamini)"disabled name="spayment1"value="$pob.getStockPayment()"></td>#else<td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text"placeholder="Stock payment(kamini)"disabled name="spayment1"></td>#end<td #if($pob.getBillingStatus()==0) style="background-color:pink"#else style="background-color:lime" #end><input type="checkbox" disabled #if($pob.getBillingStatus()>0) checked #end ></td><td><button type="button" style="background:#008CBA; color:black;" data-id="$pob.getId()" name="submitOnboardingBilling"class="submitOnboardingBilling">Submit</button></td>#end*#