webERP Forum

Full Version: SalesCategories gets back to root-category after edit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In SalesCategories.php after Line 371 there should be a hidden input line setting the current ParentCategory value like this:

Code:
<input type="hidden" name="ParentCategory" value="' . (isset($_POST['ParentCategory'])?($_POST['ParentCategory']):('0')) . '" />