Skip to content

Commit

Permalink
Merge pull request #57 from mediact/hotfix/2.12.1
Browse files Browse the repository at this point in the history
Hotfix/2.12.1 - Add Stock to Item entity and fix StockPosition endpoint
  • Loading branch information
stephangroen committed May 23, 2016
2 parents d3bc18c + cdb4656 commit 79fb494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ class Item extends Model
'SearchCode',
'SecurityLevel',
'StartDate',
'Stock',
'Unit',
'UnitDescription'
];
Expand Down
2 changes: 1 addition & 1 deletion src/Picqer/Financials/Exact/StockPosition.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class StockPosition extends Model
*
* @var string
*/
protected $url = 'logistics/StockPosition';
protected $url = 'read/logistics/StockPosition';

/**
* The primary key for the current entity.
Expand Down

0 comments on commit 79fb494

Please sign in to comment.