pi stuff
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
if(!PISaleJournal::where(['id' => $journal['journal_ref_id']])->exists()) {
|
||||
$entry = new PISaleJournal;
|
||||
$entry->id = $journal['journal_ref_id'];
|
||||
$entry->corporation_id = $corpId;
|
||||
//$entry->corporation_id = $corpId;
|
||||
//$entry->division = $division;
|
||||
if(isset($journal['client_id'])) {
|
||||
$entry->client_id = $journal['client_id'];
|
||||
|
||||
Reference in New Issue
Block a user