Keep POS retail catalog product-only and raise Pro pricing.
Deploy Ladill POS / deploy (push) Successful in 46s
Deploy Ladill POS / deploy (push) Successful in 46s
Retail still reads live CRM products only (not services), products mode follows the acting branch, and suite Pro/Business defaults match the tenfold price update.
This commit is contained in:
@@ -84,6 +84,7 @@ class RegisterController extends Controller
|
||||
}
|
||||
|
||||
try {
|
||||
// Retail POS sells goods only — CRM services stay in Invoice/CRM, not the till.
|
||||
$rows = (array) (CrmClient::for($owner)->products(['type' => 'product', 'active' => 1, 'per_page' => 500])['data'] ?? []);
|
||||
} catch (\Throwable) {
|
||||
$rows = [];
|
||||
|
||||
Reference in New Issue
Block a user