Fix missing E-Invoice no. in invoices's pdf summary

This commit is contained in:
Dillon Ngo
2026-04-10 11:37:36 +08:00
parent 9730fa79e4
commit 6b8a61877e
+2
View File
@@ -17,6 +17,8 @@ environments:
timeout: 180
build:
- 'composer update'
- 'rm -rf node_modules package-lock.json'
- 'npm cache clean --force'
- 'npm install'
- 'npm run prod'
- 'gulp build'