Browse Source

NEW stock transfert module is now stable (#26594)

Thibault Fiacre 1 year ago
parent
commit
e9fc774afc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/core/modules/modStockTransfer.class.php

+ 1 - 1
htdocs/core/modules/modStockTransfer.class.php

@@ -63,7 +63,7 @@ class modStockTransfer extends DolibarrModules
 		// Used only if file README.md and README-LL.md not found.
 		$this->descriptionlong = "Advanced management of stock transfer orders with generation of stock transfer sheets";
 		// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
-		$this->version = 'experimental';
+		$this->version = 'dolibarr';
 		// Url to the file with your last numberversion of this module
 		//$this->url_last_version = 'http://www.example.com/versionmodule.txt';