Jump to content

VAT number is empty


HAIRWEBSHOP

Recommended Posts

Hello,

 

I've set VAT as a required field for the customer address, if I enter and save a valid VAT number, Prestashop crashes showing the following error:

 

[PrestaShopException]

Property Address->vat_number 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.

 

Can someone please help me figure this out?
Thank you in advance!

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