Filtered customer view - clientele, provider, interested...etc
This commit is contained in:
@@ -4,5 +4,6 @@ from PySide6.QtCore import Qt
|
||||
from enum import IntEnum
|
||||
|
||||
class PyqcrmDataRoles(IntEnum):
|
||||
CITY_ROLE = Qt.UserRole + 1
|
||||
CITY_ROLE = Qt.UserRole + 100
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user