diff --git a/app/Views/job_card_form.php b/app/Views/job_card_form.php
index dbd49bc..99986e5 100644
--- a/app/Views/job_card_form.php
+++ b/app/Views/job_card_form.php
@@ -657,6 +657,7 @@
}
const service_child_products = async (data,tr) => {
+ console.log();
console.log(JSON.parse(data.product_id));
JSON.parse(data.product_id).forEach(async(element,index) => {
if(element == 0) return;
@@ -669,7 +670,7 @@
// Calculate total tax by adding CGST and SGST
var tax = cgst + sgst;
- var newRow = '
| |