This commit is contained in:
Laurent Destailleur
2012-01-26 13:49:15 +01:00
parent 491d3dd5b0
commit 97b176ba8d
21 changed files with 77 additions and 22 deletions

View File

@@ -26,7 +26,10 @@
include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php");
class box_commandes extends ModeleBoxes {
/**
* Class to manage the box to show last orders
*/
class box_commandes extends ModeleBoxes {
var $boxcode="lastcustomerorders";
var $boximg="object_order";