Merge pull request #2972 from CihanSenturk/transaction-duplicate-issue
transaction duplicate reconliled issue fix
This commit is contained in:
commit
9399f63b0f
@ -304,6 +304,7 @@ class Transaction extends Model
|
|||||||
$this->number = $this->getNextTransactionNumber($suffix);
|
$this->number = $this->getNextTransactionNumber($suffix);
|
||||||
$this->document_id = null;
|
$this->document_id = null;
|
||||||
$this->split_id = null;
|
$this->split_id = null;
|
||||||
|
unset($this->reconciled);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user