Skip to content

Commit

Permalink
Merge pull request opencart#13841 from rahulabs/patch-10
Browse files Browse the repository at this point in the history
Update product_form.twig
  • Loading branch information
danielkerr committed Apr 5, 2024
2 parents 1f050a7 + f6b29de commit 80578e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/view/template/catalog/product_form.twig
Original file line number Diff line number Diff line change
Expand Up @@ -1696,7 +1696,7 @@ $('#button-attribute').on('click', function() {
html += ' <td class="text-end">{{ entry_quantity|escape('js') }}</td>';
html += ' <td class="text-start">{{ entry_subtract|escape('js') }}</td>';
html += ' <td class="text-end">{{ entry_price|escape('js') }}</td>';
html += ' <td class="text-end">{{ entry_points|escape(js ') }}</td>';
html += ' <td class="text-end">{{ entry_points|escape('js') }}</td>';
html += ' <td class="text-end">{{ entry_weight|escape('js') }}</td>';
html += ' <td></td>';
html += ' </tr>';
Expand Down

0 comments on commit 80578e2

Please sign in to comment.