Jump to content

Property StockMvt->physical_quantity is not valid


flopes1974

Recommended Posts

Hello!!

I have a Prestashop 1.6.1.2 and when i try to update orders status in somew orders appears this

 

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

I have already 28 orders awaiting to change status..:(

Can anyone help me ,please??

Thank you all!!!

 

Link to comment
Share on other sites

  • razaro changed the title to Property StockMvt->physical_quantity is not valid
  • 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...