ztechno_core 0.0.118 → 0.0.119

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -792,7 +792,7 @@ class InvoiceService {
792
792
  // === SUBSIDY SECTION (shown before grand total when subsidies are present) ===
793
793
  let subsidyTotal = 0;
794
794
  if (subsidyItems.length > 0) {
795
- P.normal().size(10);
795
+ P.bold().size(10);
796
796
  P.row('Totaal incl. BTW:', 370, this.formatMoney(serviceTotalIncVat, invoice.currency), col5)
797
797
  .skip(4)
798
798
  .dashedRule(370, 560)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztechno_core",
3
- "version": "0.0.118",
3
+ "version": "0.0.119",
4
4
  "description": "Core files for ztechno framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",