Skip to content

Commit

Permalink
NEW : num version
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-gauthier committed Mar 21, 2018
1 parent 23ca0a5 commit fd62c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/modules/modSubtotal.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function __construct($db)
// (where XXX is value of numeric property 'numero' of module)
$this->description = "Module permettant l'ajout de sous-totaux et sous-totaux intermédiaires et le déplacement d'une ligne aisée de l'un dans l'autre";
// Possible values for version are: 'development', 'experimental' or version
$this->version = '2.6.4';
$this->version = '2.6.5';
// Key used in llx_const table to save module status enabled/disabled
// (where MYMODULE is value of property name of module in uppercase)
$this->const_name = 'MAIN_MODULE_' . strtoupper($this->name);
Expand Down

0 comments on commit fd62c26

Please sign in to comment.