Equipment sync javítása
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
$('#tbEquipmentsPage').on('click', '.edit-btn', function ()
|
||||
{
|
||||
const row = table.row($(this).closest('tr')).data();
|
||||
window.location.href = `@Url.Page("./EquipmentEditPage")?id=${row.id}`;
|
||||
window.location.href = `@Url.Page("/BaseStock/Equipments/EquipmentEditPage")?id=${row.id}`;
|
||||
});
|
||||
|
||||
$('#tbEquipmentsPage').on('click', '.delete-btn', function ()
|
||||
|
||||
Reference in New Issue
Block a user