add new delivery type for turbo
This commit is contained in:
@@ -96,11 +96,11 @@
|
||||
<thead>
|
||||
<%if @payment_type.present?%>
|
||||
<tr>
|
||||
<td colspan="6"><strong><%=@payment_type.upcase%> Payment Details</strong></td>
|
||||
<td colspan="7"><strong><%=@payment_type.upcase%> Payment Details</strong></td>
|
||||
</tr>
|
||||
<%else%>
|
||||
<tr>
|
||||
<td colspan="6"><strong>All Payment Details</strong></td>
|
||||
<td colspan="7"><strong>All Payment Details</strong></td>
|
||||
</tr>
|
||||
<%end%>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user