Quote status in pdf template

Hello,

Is posible show a quote status in a pdf template ?

I try with this:

<?php echo date_from_mysql($quote->quote_status_id, TRUE); ?>

But doesn’t work …

Many thanks !

$quote->quote_status_id only returns the id of the status, e.g. 1 for draft, 2 for viewed etc.

Yes, I kow that. But there are any posibility to show the status in pdf ?

Many thanks