mirror of
https://github.com/frappe/books.git
synced 2024-12-22 02:49:03 +00:00
fix(ux): space between label
- use PrintSettings.companyName instead
This commit is contained in:
parent
3628957593
commit
8f0f154549
@ -20,8 +20,9 @@ const printSettingsFields = [
|
||||
'email',
|
||||
'phone',
|
||||
'address',
|
||||
'companyName',
|
||||
];
|
||||
const accountingSettingsFields = ['companyName', 'gstin'];
|
||||
const accountingSettingsFields = ['gstin'];
|
||||
|
||||
export async function getPrintTemplatePropValues(
|
||||
doc: Doc
|
||||
|
@ -20,7 +20,7 @@
|
||||
<!-- Right Section -->
|
||||
<section class="text-right">
|
||||
<p class="font-semibold text-xl" :style="{ color: print.color }">
|
||||
{{ doc.entryType }}
|
||||
{{ doc.entryLabel }}
|
||||
</p>
|
||||
<p>{{ doc.name }}</p>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user