mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Aktualisieren von OrderXDocument.php
This commit is contained in:
parent
7144e10654
commit
d016f41c1c
@ -34,7 +34,7 @@ class OrderXDocument extends AbstractService
|
|||||||
{
|
{
|
||||||
|
|
||||||
$company = $this->document->company;
|
$company = $this->document->company;
|
||||||
$settings_entity = ($this->document Instanceof PurchaseOrder) ? $this->document->vendor : $this->document->client;
|
$settings_entity = ($this->document instanceof PurchaseOrder) ? $this->document->vendor : $this->document->client;
|
||||||
$profile = $settings_entity->getSetting('e_quote_type') ? $settings_entity->getSetting('e_quote_type') : "OrderX_Extended";
|
$profile = $settings_entity->getSetting('e_quote_type') ? $settings_entity->getSetting('e_quote_type') : "OrderX_Extended";
|
||||||
|
|
||||||
$profile = match ($profile) {
|
$profile = match ($profile) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user