Skip to content

Commit

Permalink
Merge pull request #5 from Lurivar/master
Browse files Browse the repository at this point in the history
Reversed bordereau order
  • Loading branch information
lopes-vincent authored Oct 30, 2019
2 parents 5608ef8 + 6d1e575 commit 7423108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Config/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<language>en_US</language>
<language>fr_FR</language>
</languages>
<version>0.3.2</version>
<version>0.3.4</version>
<authors>
<author>
<name>Gilles Bourgeat</name>
Expand Down
1 change: 1 addition & 0 deletions Controller/Admin/BordereauController.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public function listBordereauAction()
];
}

$bordereaux = array_reverse($bordereaux);
sort($bordereaux);
return $this->render('colissimo-label/bordereau-list', compact("lastBordereauDate", "bordereaux"));
}
Expand Down

0 comments on commit 7423108

Please sign in to comment.