diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-08-25 16:08:55 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-08-25 16:08:55 +0700 |
| commit | a28e01d3df18301057c33930b11655cc9d623b64 (patch) | |
| tree | 751f362812f00484070e753d67ecc0403f64cfdf | |
| parent | fcd6731bd980731759dca03b1b7c0535fcaeb2a3 (diff) | |
fix typo npwp
| -rw-r--r-- | indoteknik_custom/report/purchase_order.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/report/purchase_order.xml b/indoteknik_custom/report/purchase_order.xml index 8ad92ee9..09ded9dc 100644 --- a/indoteknik_custom/report/purchase_order.xml +++ b/indoteknik_custom/report/purchase_order.xml @@ -2,7 +2,7 @@ <template id="report_purchase_order_npwp" inherit_id="purchase.report_purchaseorder_document"> <xpath expr="//p[@t-field='o.notes']" position="after"> <div class="col-12" name="right_box"> - <b>NPWP</b><br/>74.226.022.7-086.000<br/><b>PT. INDOTEKNIK DOTCOM GEMILANG</b><br/>JALAN BANDENGAN UTARA BLOK 85A N0 8-9<br/>PENJARINGAN, PENJARINGAN<br/>KOTA ADM, JAKARTA UTARA DKI JAKARTA 14440 + <b>NPWP</b><br/>74.226.022.7-086.000<br/><b>PT. INDOTEKNIK DOTCOM GEMILANG</b><br/>JALAN BANDENGAN UTARA BLOK 85A NO 8-9<br/>PENJARINGAN, PENJARINGAN<br/>KOTA ADM, JAKARTA UTARA DKI JAKARTA 14440 </div> </xpath> </template> |
