Skip to content

Commit

Permalink
Fix the deal_pipeline_id option field and add the broker_id for q…
Browse files Browse the repository at this point in the history
…uerying deals
  • Loading branch information
doishub committed Nov 15, 2022
1 parent 192e6ff commit ed9fcbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Controller/Options/DealOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ public function getCreateEditFields(): array
'reservation_reason_ids',
'category',
'deal_stage_ids',
'deal_pipeline_ids',
'deal_pipeline_id',
'project_id',
'broker_id',
'client_id',
'property_id'
];
Expand Down

0 comments on commit ed9fcbf

Please sign in to comment.