change in transaction list
This commit is contained in:
@@ -36,9 +36,18 @@
|
||||
<th class="text-center sorting" tabindex="0" aria-controls="style-3" rowspan="1"
|
||||
colspan="1" aria-label="Image: activate to sort column ascending"
|
||||
style="width: 44.2344px;">Principal</th>
|
||||
<th class="text-center sorting" tabindex="0" aria-controls="style-3" rowspan="1"
|
||||
colspan="1" aria-label="Image: activate to sort column ascending"
|
||||
style="width: 44.2344px;">Principal Type</th>
|
||||
<th class="text-center sorting" tabindex="0" aria-controls="style-3" rowspan="1"
|
||||
colspan="1" aria-label="Image: activate to sort column ascending"
|
||||
style="width: 44.2344px;">Princiapl Subscription</th>
|
||||
<th class="sorting" tabindex="0" aria-controls="style-3" rowspan="1" colspan="1"
|
||||
aria-label="Last Name: activate to sort column ascending"
|
||||
style="width: 77.3281px;">Transaction Type</th>
|
||||
<th class="sorting" tabindex="0" aria-controls="style-3" rowspan="1" colspan="1"
|
||||
aria-label="Last Name: activate to sort column ascending"
|
||||
style="width: 77.3281px;">Payment Method</th>
|
||||
<th class="sorting" tabindex="0" aria-controls="style-3" rowspan="1" colspan="1"
|
||||
aria-label="Email: activate to sort column ascending"
|
||||
style="width: 143.516px;">Transaction Status</th>
|
||||
@@ -58,16 +67,12 @@
|
||||
<td class="checkbox-column text-center sorting_1">{{transaction_obj.id}}</td>
|
||||
|
||||
<td>{{transaction_obj.principal}}</td>
|
||||
<td>{{transaction_obj.principal.principal_type}}</td>
|
||||
<td>{{transaction_obj.principal_subscription}}</td>
|
||||
<td>{{transaction_obj.transaction_type}}</td>
|
||||
<td>{{transaction_obj.payment_method}}</td>
|
||||
<td>{{transaction_obj.transaction_status}}</td>
|
||||
<td>{{transaction_obj.amount}}</td>
|
||||
<td>{{transaction_obj.comment}}</td>
|
||||
<td>{{transaction_obj.order_id}}</td>
|
||||
<td>{{transaction_obj.product_id}}</td>
|
||||
<td>{{transaction_obj.reference_id}}</td>
|
||||
|
||||
<td>{{transaction_obj.amount}}</td>
|
||||
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user