04-03-2014, 01:35 AM
The table in the Outstanding Order doesn't sort. This is due to the "Place P/O" Button and "Total Order Value" being included in the table itself.
This can be fixed by inserting the following code at line 1009
echo '</table><table>'; //closes sortable table and opens new table
Formatting change slightly but table sorting is functioning which is important for a company with a larger set of orders returned.
The other option would be to split the <td colspan> into individual <td> tags
This can be fixed by inserting the following code at line 1009
echo '</table><table>'; //closes sortable table and opens new table
Formatting change slightly but table sorting is functioning which is important for a company with a larger set of orders returned.
The other option would be to split the <td colspan> into individual <td> tags