diff --git a/woo-business-central/includes/class-wbc-product-sync.php b/woo-business-central/includes/class-wbc-product-sync.php index 5b7f8a6..740d796 100644 --- a/woo-business-central/includes/class-wbc-product-sync.php +++ b/woo-business-central/includes/class-wbc-product-sync.php @@ -308,7 +308,7 @@ class WBC_Product_Sync { $result = WBC_API_Client::odata_get( 'ListaPrecios', array( '$filter' => "Price_List_Code eq '" . $escaped_code . "'" . " and Status eq 'Activo'" - . " and Product_No eq '" . $escaped_number . "'", + . " and Asset_No eq '" . $escaped_number . "'", '$select' => 'Unit_Price', '$top' => 1, ) );