Jump to content

[PrestaShopException]


flopes1974

Recommended Posts

Hello everybody,

I´m owner of a prestashop 1.6.1.20 shop with almost 1800 itens, and when i try to change the status of the order of Awainting payement to payement accepted give me this error :

[PrestaShopException]

Property StockMvt->physical_quantity is not valid
at line 917 in file classes/ObjectModel.php

912.             }
913. 
914.             $message = $this->validateField($field, $this->$field);
915.             if ($message !== true) {
916.                 if ($die) {
917.                     throw new PrestaShopException($message);
918.                 }
919.                 return $error_return ? $message : false;
920.             }
921.         }
922. 

 

 

Anyone knows how to solve this?

thanks in advance

Link to comment
Share on other sites

  • 1 year later...

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...