Changes

Jump to navigation Jump to search
m
no edit summary
Line 55: Line 55:  
button_save[ extrafield ].on( 'click', function () {
 
button_save[ extrafield ].on( 'click', function () {
 
console.log( "this is happening " + orig + ' ' + extrafield);
 
console.log( "this is happening " + orig + ' ' + extrafield);
idxb.EnqueuePDIO('update record', orig, extrafield, 'holdplace')
+
idxb.EnqueuePDIO('update record', orig, extrafield, textInput[ extrafield ].$element.value )
 
});
 
});
  
530

edits

Navigation menu