From 751d1a2c396f436f9c09ff33bb1298d12244c9d4 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 15 Dec 2015 12:47:12 +0300 Subject: [PATCH] display sort_order value instead of minus --- admin/assignsample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/assignsample.php b/admin/assignsample.php index dd9e07f4..53115af4 100644 --- a/admin/assignsample.php +++ b/admin/assignsample.php @@ -358,7 +358,7 @@ if ($questionnaire_id != false) } } else - $qs[0]['sort_order'] = "  "; + $qs[0]['sort_order'] = " " . $qs[0]['sort_order'] . " "; xhtml_table($qs,array("sort_order","description","call_max","call_attempt_max","answering_machine_messages","random_select","allow_new","edit","unassign"),array(T_("Sort order"),T_("Sample"), T_("Max calls"), T_("Max call attempts"), T_("Answering machine messages"), T_("Selection type"), T_("Allow new numbers to be drawn?"), T_("Edit"), T_("Unassign sample")));