fixing: callback transaction

This commit is contained in:
ilham
2022-05-21 14:35:59 +07:00
parent 6a2c535414
commit 6629e97c35
5 changed files with 29 additions and 6 deletions

View File

@@ -42,4 +42,7 @@ export class CheckBillHistory extends BaseModel {
@Column()
product_code: string;
@ManyToOne(() => ProductHistoryPrice, (product) => product.id)
product_price: ProductHistoryPrice;
}