forked from Support/sp-hydra-veil-gui
Renamed do_we_have_billing_id to ticket_config_tools
This commit is contained in:
parent
5cc93ed77b
commit
dea5aada0c
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ from PyQt6.QtGui import QIcon, QPixmap
|
||||||
from PyQt6.QtCore import Qt
|
from PyQt6.QtCore import Qt
|
||||||
from PyQt6 import QtCore
|
from PyQt6 import QtCore
|
||||||
|
|
||||||
from core.services.payment_phase.do_we_have_billing_id import do_we_have_billing_id
|
from core.services.payment_phase.ticket_config_tools import do_we_have_billing_id
|
||||||
|
|
||||||
from gui.v2.ui.pages.Page import Page
|
from gui.v2.ui.pages.Page import Page
|
||||||
from gui.v2.ui.popups.message_box import style_message_box, mark_confirm_button
|
from gui.v2.ui.popups.message_box import style_message_box, mark_confirm_button
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue