1
0
mirror of synced 2025-01-31 15:22:01 +03:00

version fix

This commit is contained in:
Grigory Pomadchin 2014-11-25 00:12:30 +03:00
parent 1b5e41cd10
commit 07d4eb31c7
2 changed files with 2 additions and 3 deletions

View File

@ -18,7 +18,6 @@ class ICrmOrderActions
protected static $CRM_MULTISHIP_INTEGRATION_CODE = 'multiship';
protected static $MUTLISHIP_DELIVERY_TYPE = 'mlsp';
protected static $MULTISHIP_MODULE_VER = 'multiship.v2';
protected static $COMPOSER_AUTOLOAD = '/../process/vendor/autoload.php';
const CANCEL_PROPERTY_CODE = 'INTAROCRM_IS_CANCELED';

View File

@ -1,5 +1,5 @@
<?
$arModuleVersion = array(
"VERSION" => "1.0.16",
"VERSION_DATE" => "2014-11-24 21:00:00"
"VERSION" => "1.0.15",
"VERSION_DATE" => "2014-11-24 23:55:00"
);