vendor portal fixes

This commit is contained in:
David Bomba 2024-11-14 20:18:33 +11:00
parent 664356d1ba
commit 10faca63fb
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class VendorContactController extends Controller
$data = [];
if (self::MODULE_PURCHASE_ORDERS & $enabled_modules) {
$data[] = ['title' => ctrans('texts.purchase_orders'), 'url' => 'vendor.purchase_orders.index', 'icon' => 'file-text'];
$data[] = ['title' => ctrans('texts.purchase_orders'), 'url' => 'vendor.purchase_orders.index', 'icon' => 'file-text', 'id' => 'purchase_orders'];
}
return $data;