Searched refs:NewSubCategory (Results 1 – 1 of 1) sorted by relevance
487 Model_Subcategory::Data* NewSubCategory = Model_Subcategory::instance().create(); in MMEX_InsertNewTransaction() local488 NewSubCategory->CATEGID = CategoryID; in MMEX_InsertNewTransaction()489 NewSubCategory->SUBCATEGNAME = WebAppTrans.SubCategory; in MMEX_InsertNewTransaction()490 int NewSubCategoryID = Model_Subcategory::instance().save(NewSubCategory); in MMEX_InsertNewTransaction()