Skip to content

Instantly share code, notes, and snippets.

@noakesey
Created November 18, 2018 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noakesey/d2ef6d21ec72d7a7a00df96b197d2211 to your computer and use it in GitHub Desktop.
Save noakesey/d2ef6d21ec72d7a7a00df96b197d2211 to your computer and use it in GitHub Desktop.
public static CustTable newCustomer(DirPartyType _partyType)
{
return wwTestFixtureHelper::newCustomerFromBuffer(
wwTestDataHelper::getDefaultCustomerBuffer(_partyType),
_partyType);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment