| Line 76... |
Line 76... |
| 76 |
#if ($privateDealUser.isIsActive())
|
76 |
#if ($privateDealUser.isIsActive())
|
| 77 |
<span style="margin-right: 10px;font-weight:bold;color:green;">Current Status Active</span>
|
77 |
<span style="margin-right: 10px;font-weight:bold;color:green;">Current Status Active</span>
|
| 78 |
<br><br>
|
78 |
<br><br>
|
| 79 |
<span style="margin-right: 10px;">Deactivate User : </span>
|
79 |
<span style="margin-right: 10px;">Deactivate User : </span>
|
| 80 |
<input type="button" class="change-private-deal-user-status" userId="$customerId" active="false" value="Update">
|
80 |
<input type="button" class="change-private-deal-user-status" userId="$customerId" active="false" value="Update">
|
| - |
|
81 |
<br>
|
| - |
|
82 |
#if ($action.getDocumentVerified())
|
| - |
|
83 |
<span style="margin-right:10px;">Retailer verified!</span>
|
| - |
|
84 |
<span style="margin-right:10px;">GST No - $action.getGstin()</span>
|
| - |
|
85 |
#else
|
| - |
|
86 |
<span style="margin-right:10px;">GST No - </span>
|
| - |
|
87 |
<span><input type="text name="gstin" id="gstin"></span>
|
| - |
|
88 |
<br>
|
| - |
|
89 |
<input type="button" id="verifyDoc" value="Verify Retailer" onclick="verifyDoc($action.getUserId())"/>
|
| - |
|
90 |
#end
|
| 81 |
#else
|
91 |
#else
|
| 82 |
<span style="margin-right: 10px;font-weight:bold;color:red;">Current Status Inactive</span>
|
92 |
<span style="margin-right: 10px;font-weight:bold;color:red;">Current Status Inactive</span>
|
| 83 |
<br><br>
|
93 |
<br><br>
|
| 84 |
<span style="margin-right: 10px;">Activate User : </span>
|
94 |
<span style="margin-right: 10px;">Activate User : </span>
|
| 85 |
<input type="button" class="change-private-deal-user-status" userId="$customerId" active="true" value="Update">
|
95 |
<input type="button" class="change-private-deal-user-status" userId="$customerId" active="true" value="Update">
|