Skip to content

Commit

Permalink
Doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed May 27, 2016
1 parent 9511187 commit ef1e4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/expedition/class/expedition.class.php
Expand Up @@ -725,7 +725,7 @@ function valid($user, $notrigger=0)
return -2;
}

// TODO Close order if check box "close order if remain to ship is 0" is on and if sum of all validated shipment = products or order to ship (because we are in case of stock movement on shipment validation)
// FIXME Set status of order to "delivered" if check box "set order as delivered if remain to ship is 0" is on and if sum of all validated shipment = products or order to ship (because we are in case of stock movement on shipment validation)

}

Expand Down

0 comments on commit ef1e4d0

Please sign in to comment.