fixing: product transaction

This commit is contained in:
ilham
2022-05-17 15:59:15 +07:00
parent f66f071a3c
commit fe3404db32
2 changed files with 9 additions and 5 deletions

View File

@@ -380,7 +380,6 @@ export class ProductService {
relations: ['supplier'],
where: {
code: code,
type: type,
},
});
} catch (e) {