Adds an item generically to the lineitems DataTable (wws_lineitems_list). This method does not call Save() to write to the database. A separate call to LineItems.SaveLineItems() is required to save the full collection.
public virtual bool AddItem( int InvPk, string Sku, int Qty );
Return Value
bool
Parameters
InvPk
Invoice PK of the item to add
Sku
The sku of the item to add
Qty
The qty
Overloads:
See also:
Class busLineItem© West Wind Technologies, 1996-2018 • Updated: 05/04/05
Comment or report problem with topic