feat(medusa,types,workflows,utils,product): PricingModule Integration of PriceLists into Core (#5536)

This commit is contained in:
Philip Korsholm
2023-11-21 17:42:37 +00:00
committed by GitHub
parent 9c7ac7332a
commit dc5750dd66
94 changed files with 5697 additions and 880 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ export class MoneyAmount extends SoftDeletableEntity {
@Index("idx_money_amount_region_id")
@Column({ nullable: true })
region_id: string
region_id: string | null
@ManyToOne(() => Region)
@JoinColumn({ name: "region_id" })