From 688ce704ec1dfbccdbd8cd1c46f3c4fc7b641383 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 5 Apr 2014 15:14:19 +0200 Subject: [PATCH] Fix: Doxygen --- htdocs/core/class/html.formorder.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/class/html.formorder.class.php b/htdocs/core/class/html.formorder.class.php index 9dd31651d86..b13b0343964 100644 --- a/htdocs/core/class/html.formorder.class.php +++ b/htdocs/core/class/html.formorder.class.php @@ -50,6 +50,7 @@ class FormOrder * * @param string $selected Preselected value * @param int $short Use short labels + * @param string $hmlname Name of HTML select element * @return void */ function selectSupplierOrderStatus($selected='', $short=0, $hmlname='order_status')