Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
megastary committed Mar 18, 2024
1 parent fc30cb8 commit 7f8345a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/edit_product.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function loadProductInfo() {
document.getElementById("product_description").value =
json_data[productId].product_description;

// Description - optional parameter
// Barcode - optional parameter
document.getElementById("product_code").value =
json_data[productId].product_code || "";

Expand Down

0 comments on commit 7f8345a

Please sign in to comment.