Jump to content

Exception Sur Annulation De Commande


Recommended Posts

Bonjour,

 

PS 1.6.1.1 multiboutiques (7)

Voici ce que j'obtiens depuis la migration 1.6.0 -> 1.6.1.1 quand je veux annuler une commande :

 

[PrestaShopException]

Property OrderHistory->id_order_state is empty
at line 909 in file classes/ObjectModel.php

904. }
905.
906. $message = $this->validateField($field, $this->$field);
907. if ($message !== true) {
908. if ($die) {
909. throw new PrestaShopException($message);
910. }
911. return $error_return ? $message : false;
912. }
913. }
914.

 

Pourquoi ?

5.135.137.111
Link to comment
Share on other sites

  • 4 months 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...