Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix(Sales) add contact resolving to document consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmhh committed Nov 22, 2021
1 parent e5ef963 commit 0588825
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tine20/Sales/Model/Document/Abstract.php
Expand Up @@ -111,9 +111,11 @@ abstract class Sales_Model_Document_Abstract extends Tinebase_Record_NewAbstract
Tinebase_Record_Expander::EXPANDER_PROPERTIES => [
self::FLD_CUSTOMER_ID => [
Tinebase_Record_Expander::EXPANDER_PROPERTIES => [
'delivery' => [],
'billing' => [],
'postal' => [],
'delivery' => [],
'billing' => [],
'postal' => [],
'cpextern_id' => [],
'cpintern_id' => [],
],
],
self::FLD_RECIPIENT_ID => [],
Expand Down

0 comments on commit 0588825

Please sign in to comment.