// Fixed #PSTEST-452

This commit is contained in:
bMancone
2012-01-16 17:39:19 +00:00
parent 36654e408f
commit 696dc4479e
+1 -1
View File
@@ -47,7 +47,7 @@ class HTMLTemplateSupplyOrderFormCore extends HTMLTemplate
// header informations
$this->date = Tools::displayDate($supply_order->date_add, (int)$this->supply_order->id_lang);
$this->title = self::l('Supply order form').sprintf(' #%s', $supply_order->reference);
$this->title = self::l('Supply order form').sprintf(' %s', $supply_order->reference);
}
/**