mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-04 05:43:48 -04:00
Update form.php
This commit is contained in:
@@ -148,7 +148,7 @@ $(document).ready(function()
|
||||
{
|
||||
$(form).ajaxSubmit({
|
||||
beforeSerialize: function($form, options) {
|
||||
$("select[disabled='disabled'").removeAttr('disabled');
|
||||
$("select[disabled='disabled']").removeAttr('disabled');
|
||||
is_new && $('<input>').attr({
|
||||
id: 'definition_values',
|
||||
type: 'hidden',
|
||||
|
||||
Reference in New Issue
Block a user