Skip to Content
मेन्यू
This question has been flagged
2 Replies
3526 Views

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
Discard
Best Answer

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
Discard
Author Best Answer

Thanks for Reply

 

Amol :-)

Avatar
Discard
Related Posts Replies Views Activity
0
अग॰ 18
5591
1
मार्च 16
5315
0
मार्च 15
4080
3
मार्च 15
9026
0
मार्च 15
4469