Skip to content

Commit

Permalink
Merge pull request #17 from clearbooks/ADHOC-2678-list-account-codes-…
Browse files Browse the repository at this point in the history
…hidden-status

return hidden status for account codes (ADHOC-2678)
  • Loading branch information
peter-horvath authored Sep 28, 2017
2 parents 110e4ad + e68d5b9 commit f83731b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Clearbooks/Soap/1/0/AccountCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ class Clearbooks_Soap_1_0_AccountCode

/** @var string */
public $customAccountCode;

/** @var bool */
public $hidden;
}
//EOF AccountCode.php

0 comments on commit f83731b

Please sign in to comment.