mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 01:48:12 +00:00
update import gl flow
This commit is contained in:
@@ -135,7 +135,7 @@ export class BookingInvoiceService {
|
||||
);
|
||||
return;
|
||||
}
|
||||
if (booking.paymentStatus === "PAID") return;
|
||||
// if (booking.paymentStatus === "PAID") return;
|
||||
|
||||
await this.dataSource.transaction(async (mg) => {
|
||||
await mg.update(
|
||||
|
||||
@@ -272,7 +272,7 @@ export class Booking extends BaseEntity {
|
||||
@Column({ name: 'origin_yard_id', type: 'uuid' })
|
||||
originYardId!: string;
|
||||
|
||||
@ManyToOne(() => Yard)
|
||||
@ManyToOne(() => Yard)
|
||||
@JoinColumn({ name: 'origin_yard_id' })
|
||||
originYard?: Yard;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user