cambio logica bdt
This commit is contained in:
parent
43b0b04859
commit
e9321678e2
|
@ -86,7 +86,7 @@ class GrupoDeCompra extends Model
|
|||
}
|
||||
|
||||
public function calcularCantidadBDT() {
|
||||
return ceil($this->totalPedidosSinBonos() / 500);
|
||||
return ceil(($this->totalPedidosSinBonos()+1) / 500);
|
||||
}
|
||||
|
||||
public function totalBonosBarriales() {
|
||||
|
|
Loading…
Reference in New Issue