Home
last modified time | relevance | path

Searched refs:hasPayments (Results 1 – 7 of 7) sorted by relevance

/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/billing/install/updatescripts/
H A D8_fill_payments_table_for_existing_orders.php12 $hasPayments = $order->payments(\GO\Base\Db\FindParams::newInstance()->single()); variable
14 if(!$hasPayments){
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/views/Admin/Sell/Order/Order/Blocks/View/
H A Dorder_actions.html.twig106 {% elseif orderForViewing.hasBeenPaid() or orderForViewing.hasPayments() %}
118 {% if orderForViewing.hasBeenPaid() or orderForViewing.hasPayments() %}
/dports/finance/prestashop/prestashop/src/Adapter/Order/CommandHandler/
H A DIssuePartialRefundHandler.php111 if (!$order->hasBeenPaid() && !$order->hasPayments()) {
H A DIssueStandardRefundHandler.php117 if (!$order->hasBeenPaid() && !$order->hasPayments()) {
H A DCancelOrderProductHandler.php146 if ($order->hasBeenPaid() || $order->hasPayments()) {
/dports/finance/prestashop/prestashop/src/Core/Domain/Order/QueryResult/
H A DOrderForViewing.php441 public function hasPayments(): bool function in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\QueryResult\\OrderForViewing
/dports/finance/prestashop/prestashop/classes/order/
H A DOrder.php1848 public function hasPayments(): bool function in OrderCore