Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
// not compatible with PrestaShop 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebiloe committed Jul 26, 2016
1 parent 0c4feeb commit 61cea29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vatnumber.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public function __construct()

$this->displayName = $this->l('European VAT number');
$this->description = $this->l('Enables you to enter the intra-community VAT number when creating the address. You must fill in the company field to allow entering the VAT number.');
$this->ps_versions_compliancy = array('min' => '1.6', 'max' => '1.6.99.99');
}

public function install()
Expand Down

0 comments on commit 61cea29

Please sign in to comment.