add printer checker checks
This commit is contained in:
@@ -99,6 +99,7 @@ class VoidFormBloc extends Bloc<VoidFormEvent, VoidFormState> {
|
||||
updatedAt: originalItem.updatedAt,
|
||||
printerType: originalItem.printerType,
|
||||
paidQuantity: originalItem.paidQuantity,
|
||||
printToChecker: originalItem.printToChecker,
|
||||
),
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user