Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
3556 Tampilan

Hi folks,

I have split the name into to such as Name and Surname in which Surname field is mandatory.

But when I print invoice it fetches only Surmane (Mandaotry field) not the name.

such as

Mr. Dean Jones. but  when I prompt it to print option is shows only

Mr. Jones

Please help

Amol

 

Avatar
Buang
Jawaban Terbai

Amol,

You would need to go to the source file of the report of invoice(account/report/account_print_invoice.rml) and do the changes like:

[[ (o.partner_id and o.partner_id.firstname) or '' ]][[ (o.partner_id and o.partner_id.surname) or '' ]]

The bold text should be your right field name.

This should help.

Thanks.

Avatar
Buang
Penulis Jawaban Terbai

Thanks for Reply

 

Amol :-)

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
0
Agu 18
5614
1
Mar 16
5332
0
Mar 15
4093
3
Mar 15
9047
0
Mar 15
4487