Merge branch 'new_theme' of bitbucket.org:venbainformationtechnology/ria into new_theme

This commit is contained in:
VE10-Sanjeev 2025-03-15 12:18:05 +00:00
commit fb1c37a69d
2 changed files with 2 additions and 9 deletions

View File

@ -3266,14 +3266,6 @@ class StockController extends BaseController
try {
// dd($updateMaintenance);
// dd($updateProduction);
// dd($updateWaste);
// dd($insertMaintenance);
// dd($insertProduction);
// dd($insertWaste);
// Insert new records in batch
if (!empty($insertMaintenance)) {
$this->TrpProductionMaintenance_model->insertBatch($insertMaintenance);
@ -3285,6 +3277,7 @@ class StockController extends BaseController
$this->TrpProductionWaste_model->insertBatch($insertWaste);
}
// Update existing records in batch
if (!empty($updateMaintenance)) {
$this->TrpProductionMaintenance_model->updateBatch($updateMaintenance, 'id');

View File

@ -1790,7 +1790,7 @@ if (!empty($INRSYMBOL)) {
$(document).ready(function() {
$(document).on("shown.bs.modal", "#EDITSERVICE", function (e) {
$(document).on("shown.bs.modal", "#EDITSERVICELINEITEM", function (e) {
console.log("Worng");
userid = $(e.relatedTarget).data('userid');