Skip to content

Commit

Permalink
Update data-request.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ptibogxiv committed Oct 22, 2024
1 parent ad64441 commit d15141b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/data-request.php
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ function dolicart_request() {
'lines' => $result['lines'],
'total' => $result['total']
];
$response['newwish'] = doliProductCart($product, null, true, true, $productarray);
$response['newwish'] = doliProductCart($product, null, true, false, $productarray);
$object = callDoliApi("GET", "/orders/".doliconnector($current_user, 'fk_order', true)."?contact_list=0", null, dolidelay('order'));
$response['js'] = null;
$response['modal'] = doliModalTemplate('CartInfos', __( 'Cart', 'doliconnect'), doliline($object, false, false, false), doliCartButton($object), 'modal-lg');
Expand Down

0 comments on commit d15141b

Please sign in to comment.