ztechno_core 0.0.120 → 0.0.121
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.
|
@@ -798,7 +798,7 @@ class InvoiceService {
|
|
|
798
798
|
.dashedRule(370, 560)
|
|
799
799
|
.skip(8);
|
|
800
800
|
P.bold().size(9);
|
|
801
|
-
P.text('Geschatte Subsidie', 50, {}, 12);
|
|
801
|
+
P.text('Geschatte Subsidie', 50, { width: 300 }, 12);
|
|
802
802
|
P.normal().size(9);
|
|
803
803
|
for (const item of subsidyItems) {
|
|
804
804
|
const subsidyAmount = Number(item.total_inc_vat ?? 0); // negative
|