| Line 21... |
Line 21... |
| 21 |
<span>Item Type : Non Serialized</span>
|
21 |
<span>Item Type : Non Serialized</span>
|
| 22 |
#end
|
22 |
#end
|
| 23 |
<p></p>
|
23 |
<p></p>
|
| 24 |
#if($grnHistoryDetail.isCompleted())
|
24 |
#if($grnHistoryDetail.isCompleted())
|
| 25 |
<div class="btn-group" style="width:40%">
|
25 |
<div class="btn-group" style="width:40%">
|
| 26 |
<button class="btn" style="width:100%;background-color:#D3181F;color:white;border-color:none;cursor:not-allowed;">Completed</button>
|
26 |
<button class="btn" style="width:100%;background-color:#e98c8f;color:white;border-color:none;cursor:not-allowed;">Completed</button>
|
| 27 |
</div>
|
27 |
</div>
|
| 28 |
#else
|
28 |
#else
|
| 29 |
<div class="btn-group" style="width:40%">
|
29 |
<div class="btn-group" style="width:40%">
|
| 30 |
<button class="btn pending-grn" data="$grnHistoryDetail.getPurchaseReference()" style="width:100%;background-color:#007aff;color:white;">Pending</button>
|
30 |
<button class="btn pending-grn" data="$grnHistoryDetail.getPurchaseReference()" style="width:100%;background-color:#007aff;color:white;">Pending</button>
|
| 31 |
</div>
|
31 |
</div>
|