general_public_invoice.js.erb 221 B

12345
  1. $('#dialog h3.modal-title').html("Factura a público general");
  2. // Render the edit form
  3. $('.modal-body').html('<%= j render("cash_outs/general_public_invoice") %>');
  4. // Show the dynamic dialog
  5. $('#dialog').modal("show");