This commit is contained in:
Server D3 Linksehat
2025-02-24 16:01:49 +07:00
parent 7ed8acd064
commit 66762055da
8 changed files with 39 additions and 28 deletions

View File

@@ -175,7 +175,7 @@ class DrugController extends Controller
'dosage' => $row['dosage'],
'remark' => $row['remark'],
// 'price' => $row['price'],
'unit' => $row['unit'],
// 'unit' => $row['unit'],
]
);
$importedRows++;