// Fixed #PSTEST-452

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12452 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2012-01-16 17:39:19 +00:00
parent fb54447d35
commit a749b72c20
+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);
}
/**