Home
last modified time | relevance | path

Searched refs:NewSubCategory (Results 1 – 1 of 1) sorted by relevance

/dports/finance/moneymanagerex/moneymanagerex-1.2.7/src/
H A Dwebapp.cpp487 Model_Subcategory::Data* NewSubCategory = Model_Subcategory::instance().create(); in MMEX_InsertNewTransaction() local
488 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()