Skip to content

Commit

Permalink
Update templates.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ptibogxiv committed Nov 1, 2024
1 parent 7033adb commit c121dfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -1139,6 +1139,7 @@ function dolicart_display($content) {
} else {
$object = doliConnect('order', $current_user, false, esc_attr(isset($_GET["refresh"]) ? $_GET["refresh"] : null));
$request = "/orders/".$object->id."?contact_list=0";
$object = callDoliApi("GET", $request, null, dolidelay('cart', esc_attr(isset($_GET["refresh"]) ? $_GET["refresh"] : null)));
$module = 'orders';
$id = $object->id;
}
Expand Down

0 comments on commit c121dfc

Please sign in to comment.