payment method not showing on invoice?

I noticed both the invoice.tpl template in 2.0.7 and 2.0.12 are using this to display the payment method:

{$order_info.payment_method.payment}



However, it doesn’t output anything. After “Payment Method:” it is just blank.



Does anyone know what this should be instead? I’m thinking “payment_method” isn’t right… I changed it to “payment_id” and it output the ID number for the payment method.



EDIT: Apparently I was sleep deprived or something… this is actually working just fine. Maybe it was my admin user account or something. :rolleyes: