Vendor Commission Setting Is Not Saving

When I edit a vendor (as a super-admin) within my installation of Multi-Vendor CS-Cart v4.3.6, then set a commission value (say 80%), when saved and the page refreshes, the commission value I just set is gone (field is blank).

For reference, I'm looking at a page like this:
/admin.php?dispatch=companies.update&company_id=2

This makes no sense and is very difficult to track down a cause. Changes to all other settings within the vendor edit screen update when saved as they normally would.

Any ideas?

Thank you!

_rs

plz help me...........

how can i hide order list from vandor daskboard..........

app/schemas/permissions/vendor_multivendor.php

replace:

        'orders' => array (
            'modes' => array(
                'details' => array(
                    'permissions' => true,
                ),
                'delete' => array(
                    'permissions' => false,
                ),
                'delete_orders' => array(
                    'permissions' => false,
                ),
                'manage' => array(
                    'permissions' => true,
                ),
            ),
            'permissions' => true,
        ),

with

        'orders' => array (
            'permissions' => false,
        ),

Then clear the cache