sale_items pdf
This commit is contained in:
@@ -58,6 +58,16 @@
|
||||
<th><%= t("views.right_panel.detail.print_copies") %></th>
|
||||
<td><%= @print_setting.print_copies %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Include Shift Sale Items</th>
|
||||
<td>
|
||||
<% if @lookup == '1' %>
|
||||
<%= 'True' %>
|
||||
<% else %>
|
||||
<%= 'False' %>
|
||||
<% end %>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="right">
|
||||
<%= link_to t("views.btn.edit"), edit_print_setting_path(@print_setting),:class => 'btn btn-info btn-sm waves-effect' %>
|
||||
|
||||
Reference in New Issue
Block a user