Update number_translation_edit.php (#4838)
Sort entries using the "Order" column - "number_translation_detail_order" - by default.
This commit is contained in:
parent
7e6801e798
commit
ff8d2ec024
|
|
@ -151,6 +151,7 @@
|
|||
$sql = "select * from v_number_translation_details ";
|
||||
$sql .= "where number_translation_uuid = :number_translation_uuid ";
|
||||
$parameters['number_translation_uuid'] = $number_translation_uuid;
|
||||
$sql .= "order by number_translation_detail_order";
|
||||
$database = new database;
|
||||
$number_translation_details = $database->select($sql, $parameters, 'all');
|
||||
unset ($sql, $parameters);
|
||||
|
|
|
|||
Loading…
Reference in New Issue