Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
reservestoreproductaction.php
1<?php
2
4
7
12{
14
18 public function canExecute(): Result
19 {
20 return new Result();
21 }
22
26 protected function getNewProductQuantity(): float
27 {
28 return $this->getProductTotalQuantity() - $this->amount;
29 }
30
34 protected function getNewProductReservedQuantity(): float
35 {
37 }
38
42 protected function getNewStoreReservedQuantity(): float
43 {
45 }
46}