mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-19 14:01:38 -04:00
remove commented out codeline (#410)
This commit is contained in:
@@ -101,7 +101,6 @@ $(document).ready(function()
|
||||
submitHandler: function(form) {
|
||||
$(form).ajaxSubmit({
|
||||
beforeSerialize: function(arr, $form, options) {
|
||||
//$("input:disabled, textarea:disabled").prop("disabled", false);
|
||||
$("#sales_invoice_format, #recv_invoice_format, #use_invoice_template, #invoice_default_comments, #invoice_email_message").prop("disabled", false);
|
||||
return true;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user