create bankAccount, posAccount and update inventories
This commit is contained in:
@@ -16,6 +16,7 @@ export abstract class AbstractSelectComponent<T = ISelectItem> {
|
||||
@Input() canInsert: boolean = false;
|
||||
@Input() showLabel: boolean = true;
|
||||
@Input() showErrors: boolean = true;
|
||||
@Input() showClear: boolean = true;
|
||||
@Input() isFullDataOptionValue: boolean = false;
|
||||
@Input() optionValue = 'id';
|
||||
@Output() onChange = new EventEmitter<Maybe<T>>();
|
||||
|
||||
Reference in New Issue
Block a user