Fix customer signature issue #424
This commit is contained in:
parent
eb2d173ea7
commit
cbaf1ed6a6
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ class JOExtra
|
|||
|
||||
public function setCustomerSignature($sig_file)
|
||||
{
|
||||
$this->cust_signature($sig_file);
|
||||
$this->cust_signature = $sig_file;
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue