Skip to content

Commit

Permalink
FIX: langs
Browse files Browse the repository at this point in the history
  • Loading branch information
ATM-Marc committed Apr 16, 2018
1 parent ed1798c commit 99ee16e
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.5';
$this->version = '2.6.6';
// 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 99ee16e

Please sign in to comment.