LiFan
2024-07-09 2b0969c7ab5edf8f1021f18207f5710fdb52f5a7
jrj/project/business/VATNotify/list.vatnotify.cpp
@@ -286,10 +286,10 @@
         
         DWNMHDR& hdr = *(DWNMHDR*)evt->notify.pnmh;
         int h = xcombobox::GetCurSel(evt.hCtrl);
         int h = xcombobox::GetCurSel(evt->command.hCtrl);
         if (h > -1)
         {
            xstring txt = xcombobox::GetLBText(evt.hCtrl, h);
            xstring txt = xcombobox::GetLBText(evt->command.hCtrl, h);
            if (txt == L"通知日期")
            {