Skip to content

Commit 8493ea0

Browse files
authored
Merge pull request #257 from robindirksen1/patch-1
Add `contact_person_id` as fillable field to estimate entity
2 parents 7456b50 + 46470e6 commit 8493ea0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Picqer/Financials/Moneybird/Entities/Estimate.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class Estimate extends Model
3333
'id',
3434
'administration_id',
3535
'contact_id',
36+
'contact_person_id',
3637
'contact',
3738
'estimate_id',
3839
'workflow_id',

0 commit comments

Comments
 (0)