We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fd010 commit 573a610Copy full SHA for 573a610
public/main/admin/extra_fields.php
@@ -37,7 +37,7 @@
37
//jqgrid will use this URL to do the selects
38
$url = api_get_path(WEB_AJAX_PATH).'model.ajax.php?a=get_extra_fields&type='.$extraFieldType;
39
40
-//The order is important you need to check the the $column variable in the model.ajax.php file
+//The order is important you need to check the $column variable in the model.ajax.php file
41
$columns = $obj->getJqgridColumnNames();
42
43
//Column config
0 commit comments