refactor: add code gen for receipt and invoice
This commit is contained in:
parent
daebea490f
commit
dddb434914
4 changed files with 39 additions and 1 deletions
|
|
@ -395,7 +395,6 @@ export class QuotationController extends Controller {
|
|||
|
||||
const currentYear = new Date().getFullYear();
|
||||
const currentMonth = new Date().getMonth() + 1;
|
||||
const currentDate = new Date().getDate();
|
||||
|
||||
const lastQuotation = await tx.runningNo.upsert({
|
||||
where: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue