Skip to content

Commit

Permalink
Merge pull request #376 from fairweb-idejong/patch-1
Browse files Browse the repository at this point in the history
Update Item.php
  • Loading branch information
stephangroen committed Jul 8, 2019
2 parents 667d2a7 + ee9e45b commit 7fd6912
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Picqer/Financials/Exact/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
* @property string $Modified Last modified date
* @property string $Modifier User ID of modifier
* @property string $ModifierFullName Name of modifier
* @property string $NetWeight Net Weight of the item
* @property string $Notes Notes
* @property string $SalesVatCode Code of SalesVat
* @property string $SalesVatCodeDescription Description of SalesVatCode
Expand Down Expand Up @@ -190,6 +191,7 @@ class Item extends Model
'Modified',
'Modifier',
'ModifierFullName',
'NetWeight',
'Notes',
'SalesVatCode',
'SalesVatCodeDescription',
Expand Down

0 comments on commit 7fd6912

Please sign in to comment.