Skip to content
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofBorbis committed Jun 26, 2015
1 parent 63a29ab commit 0c676e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/jigoshop_user.class.php
Expand Up @@ -38,7 +38,7 @@ public function __construct($id)
$this->billing_last_name = $meta['billing_last_name'][0];
}
if (isset($meta['billing_company'])) {
$this->billing_company = $meta['billing_company'][0];
$this->billing_company = $meta['billing_company'][0];
}
if (isset($meta['billing_euvatno'])) {
$this->billing_euvatno = $meta['billing_euvatno'][0];
Expand Down

0 comments on commit 0c676e9

Please sign in to comment.