Rental orders no longer show the "Authorizer Required?" question or the Authorizer field. The sale type is automatically set to 'Rentals' when creating or confirming a rental order. Validation logic also skips authorizer checks for rental sale type. Made-with: Cursor
4 lines
110 B
Python
4 lines
110 B
Python
from . import manual_renewal_wizard
|
|
from . import deposit_deduction_wizard
|
|
from . import rental_return_wizard
|