validate_unique_barcode.js.erb 224 B

123456
  1. $('#dialog h3.modal-title').html("Producto: <%= @product.barcode %>" );
  2. // Render the edit form
  3. $('.modal-body').html('<%= j render("products/info_same_barcode") %>');
  4. // Show the dynamic dialog
  5. $('#dialog').modal("show");