mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
refactor: GL entries
This commit is contained in:
@@ -23,8 +23,8 @@ export class CreateSaleInvoice {
|
||||
private readonly validators: CommandSaleInvoiceValidators,
|
||||
private readonly transformerDTO: CommandSaleInvoiceDTOTransformer,
|
||||
private readonly eventPublisher: EventEmitter2,
|
||||
private readonly uow: UnitOfWork,
|
||||
private readonly commandEstimateValidators: SaleEstimateValidators,
|
||||
private readonly uow: UnitOfWork,
|
||||
|
||||
@Inject(SaleInvoice.name)
|
||||
private readonly saleInvoiceModel: typeof SaleInvoice,
|
||||
|
||||
Reference in New Issue
Block a user