Skip to content

Instantly share code, notes, and snippets.

@MasterHans
Created January 27, 2023 15:50
Show Gist options
  • Save MasterHans/837159931a18556f74895a1eb4cf2877 to your computer and use it in GitHub Desktop.
Save MasterHans/837159931a18556f74895a1eb4cf2877 to your computer and use it in GitHub Desktop.
$this->criteria->params[':cli'] = $this->clientId;
$this->criteria->params[':cor'] = $this->correspondenceAccountId;
$this->criteria->params[':cdi'] = $this->creditDebitIndicator == 'K' ? 'D' : 'K'; // Invert logic
$this->criteria->params[':invcdi'] = $this->creditDebitIndicator;
$this->criteria->order = 'd_data ASC, d_dok ASC';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment