Jump to content

[HELP] Error with Advanced Stock Management


Recommended Posts

[PrestaShopException]

Property SupplyOrderHistory->employee_lastname is not valid

at line 866 in file classes/ObjectModel.php

861.

862.             $message = $this->validateField($field, $this->$field);

863.             if ($message !== true)

864.             {

865.                 if ($die)

866.                     throw new PrestaShopException($message);

867.                 return $error_return ? $message : false;

868.             }

869.         }

870.

871.         return true;

 

 

 

I Don't know what this means, but i think, this can tell something....

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...