260321:1700 Correct Coresspondence / Doing RFA
This commit is contained in:
@@ -61,7 +61,7 @@ export class ReservationService {
|
||||
const sequence = await this.counterService.incrementCounter(counterKey);
|
||||
|
||||
// Format document number
|
||||
const documentNumber = await this.formatService.format({
|
||||
const { previewNumber: documentNumber } = await this.formatService.format({
|
||||
...dto,
|
||||
sequence,
|
||||
resetScope: counterKey.resetScope,
|
||||
|
||||
Reference in New Issue
Block a user