CMXX - Dealers

This commit is contained in:
“VeLiTi”
2025-04-07 20:25:37 +02:00
parent 6f938302ff
commit cb18443af9
7 changed files with 427 additions and 54 deletions

View File

@@ -54,6 +54,14 @@ $main_menu = [
"name" => "menu_identity"
]
],
"dealers" => [
"main_menu" => [
"url" => "dealers",
"selected" => "dealers",
"icon" => "fas fa-tachometer-alt",
"name" => "menu_dealers"
]
],
"buildtool" => [
"main_menu" => [
"url" => "buildtool",
@@ -307,6 +315,8 @@ $page_rows_discounts = 25;//discounts
$page_rows_shipping = 25;//discounts
$page_rows_transactions = 25; //transactions
$page_rows_invoice = 25; //invoices
$page_rows_dealers = 25; //dealers
//------------------------------------------
// Languages supported
//------------------------------------------