This commit is contained in:
Gowtham M 2025-01-29 17:04:16 +05:30
parent c9a4177316
commit 3643ff218b
5 changed files with 1 additions and 1 deletions

View File

@ -1368,6 +1368,7 @@ class User extends BaseController
$headers_new = $result['headers_new']; $headers_new = $result['headers_new'];
$res = json_decode($result['data'], true); $res = json_decode($result['data'], true);
$inv_array = $res['invoices']; $inv_array = $res['invoices'];
// dd($inv_array);
// print_r($inv_array); // print_r($inv_array);
// echo "rrrr"; // echo "rrrr";
// die(); // die();

View File

@ -90,7 +90,6 @@ if (!empty($EmpCount)) {
var sync = true var sync = true
$('#loader').show(); $('#loader').show();
$.ajax({ $.ajax({
// $('#loadingDiv').show();
url: "<?php echo base_url() ?>user/zohobooks_api_fetch_all", url: "<?php echo base_url() ?>user/zohobooks_api_fetch_all",
type: "post", type: "post",

Binary file not shown.

Binary file not shown.