fix: correct supplier_name/in_words field type across all four formats

Both are Data on the Purchase Invoice doctype, not Small Text
(carried over from the Sales Invoice formats these were adapted from,
where Small Text is correct - Sales Invoice's own doctype defines it
that way). No rendering impact: Data.html and Field.vue never branch
on Small Text vs Data. Addresses the Greptile review comment on
purchase_invoice_bordered.json, and applies the same fix to the other
three formats that had the identical issue.
This commit is contained in:
khushi8112
2026-07-24 16:57:38 +05:30
parent a6829f64da
commit f9fe407d42
4 changed files with 4 additions and 4 deletions