1
0
Fork 0
mirror of synced 2025-04-20 01:21:01 +00:00
This commit is contained in:
Akolzin Dmitry 2018-01-12 10:31:11 +03:00
parent 3e0b28cbf9
commit be1435bdd8
3 changed files with 5 additions and 4 deletions

View file

@ -1023,7 +1023,7 @@ class RetailCrmHistory
*
* @param object $order
*
* @return void
* @return void | boolean
*/
public static function shipmentItemReset($order)
{

View file

@ -1 +1,2 @@
- Исправлены мелкие баги и недочеты
- Исправлен баг с рассчетом суммы заказа
- Добавлен перехват исключения при редактировании отгруженной доставки

View file

@ -1,5 +1,5 @@
<?
$arModuleVersion = array(
"VERSION" => "2.3.1",
"VERSION_DATE" => "2017-12-27 10:00:00"
"VERSION" => "2.3.2",
"VERSION_DATE" => "2017-01-12 10:30:00"
);