removed the button in loans module

This commit is contained in:
roshelrao
2021-06-25 15:48:01 +05:30
parent 7dcc5fb58e
commit d1226152a7
6 changed files with 12 additions and 39 deletions

View File

@@ -51,13 +51,6 @@ class SalaryComponentTypeAdapter extends ReactModalAdapterBase {
}
getFormFields() {
if(this.showSave){
return [
['id', { label: 'ID', type: 'hidden' }],
['code', { label: 'Code', type: 'text', validation: '' }],
['name', { label: 'Name', type: 'text', validation: '' }],
];
}
return [
['id', { label: 'ID', type: 'hidden' }],
['code', { label: 'Code', type: 'text', validation: '' }],