* Delete unused sql and fix error.

This commit is contained in:
Yagami
2020-09-27 13:59:15 +08:00
parent 5cce2eb83b
commit b84075ff72
7 changed files with 5 additions and 10 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
</div>
<div id="mainContent" class="main-row fade">
<div class="main-col">
<form class="main-table table-product" data-ride="table" id="productListForm" method="post" action='<?php echo inLink('batchEdit', "programID=$program->id");?>'>
<form class="main-table table-product" data-ride="table" id="productListForm" method="post" action='<?php echo $this->createLink('product', 'batchEdit', "programID=$program->id");?>'>
<?php $canOrder = common::hasPriv('product', 'updataOrder');?>
<?php $canBatchEdit = common::hasPriv('product', 'batchEdit');?>
<table id="productList" class="table has-sort-head table-fixed">