PMCORE-3872

This commit is contained in:
Paula.Quispe
2022-06-08 10:51:35 -04:00
parent 2ec68a4c01
commit 46e9cbeb3c

View File

@@ -401,21 +401,6 @@ Ext.onReady(function () {
width: 50, width: 50,
align: 'right', align: 'right',
editor: sizeField editor: sizeField
}, {
xtype: 'booleancolumn',
header: _('ID_AUTO_INCREMENT'),
dataIndex: 'field_autoincrement',
align: 'center',
width: 100,
trueText: _('ID_YES'),
falseText: _('ID_NO'),
editor: {
xtype: 'checkbox',
id: 'field_incre',
disabled: true,
inputValue: 'always'
}
} }
/*----------------------------------********---------------------------------*/ /*----------------------------------********---------------------------------*/
, { , {