Skip to content

Commit

Permalink
fix: save all packaging components #7783 (#7843)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet committed Dec 15, 2022
1 parent b62d02b commit 553b6a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
\$("#packaging_" + packaging_max + "_delete").show();

packaging_max = packaging_max + 1;
\$("#packaging_max").val(packaging_max);
\$('input[name="packaging_max"]').val(packaging_max);

var new_packaging_id = "packaging_" + packaging_max;
// row 0 is our template row
Expand Down

0 comments on commit 553b6a6

Please sign in to comment.