diff options
| author | AndriFP <andrifebriyadiputra@gmail.com> | 2025-09-08 11:20:05 +0700 |
|---|---|---|
| committer | AndriFP <andrifebriyadiputra@gmail.com> | 2025-09-08 11:20:05 +0700 |
| commit | 404f4da511b131c4b7714d00e65a856db6d08591 (patch) | |
| tree | 847c3b9424a47371a19ba5201e4eb177da9198d0 | |
| parent | 2b14a2678e3e2782c362065032cfcaba5b091b88 (diff) | |
(andri) fix
| -rw-r--r-- | indoteknik_custom/views/letter_receivable.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indoteknik_custom/views/letter_receivable.xml b/indoteknik_custom/views/letter_receivable.xml index 24c0dae1..3639452c 100644 --- a/indoteknik_custom/views/letter_receivable.xml +++ b/indoteknik_custom/views/letter_receivable.xml @@ -80,7 +80,11 @@ <field name="grand_total_text"/> ) </strong> - <field name="periode_invoices_terpilih"/> + </div> + <div style="margin-bottom:4px; margin-top:4px;"> + <strong>Periode Invoices Terpilih: + <field name="periode_invoices_terpilih"/> + </strong> </div> <field name="line_ids"> <tree editable="bottom" create="false" delete="false"> |
