Commit b871d0b
committed
fix(template): show issuer name in Bill From; ignore empty string fields; nudge invoice number 2pt down
- vienna: drop `show-name: false` on the issuer party-block so the recipient sees the issuer name in Bill From (the hero already shows it, but customers expect it duplicated in the address block on paper invoices).
- components: `has()` was treating "" the same as a real value, leaving a blank line whenever a field was cleared via the CLI's empty-string update path. Reject empty strings alongside `none`.
- vienna: bump the `№ <number>` baseline by +2pt (visually ~2px) so the number sits a touch lower under the title bar instead of crowding the rule.1 parent 5fd87e4 commit b871d0b
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments