transaction duplicate reconliled issue fix
This commit is contained in:
parent
18a0e09521
commit
06c8c47f20
@ -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