update numberformat in pdf

This commit is contained in:
Aung Myo
2017-06-28 23:13:20 +06:30
parent 342b654f81
commit 58e95e573e
5 changed files with 53 additions and 33 deletions

View File

@@ -26,6 +26,9 @@
<th>Page width</th>
<th>Page height</th>
<th>Print copies</th>
<th>Precision</th>
<th>Delimiter</th>
<th>Heading_space</th>
<th colspan="3"></th>
</tr>
</thead>
@@ -45,6 +48,9 @@
<td><%= print_setting.page_width %></td>
<td><%= print_setting.page_height %></td>
<td><%= print_setting.print_copies %></td>
<td><%= print_setting.precision %></td>
<td><%= print_setting.delimiter %></td>
<td><%= print_setting.heading_space %></td>
<td><%= link_to 'Show', print_setting %></td>
<td><%= link_to 'Edit', edit_print_setting_path(print_setting) %></td>
<td><%= link_to 'Destroy', print_setting, method: :delete, data: { confirm: 'Are you sure?' } %></td>