Browse Source

Merge branch 'dev'

prodstable
Guillaume 3 years ago
parent
commit
5d29b21810
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      producer/controllers/CreditController.php

+ 1
- 1
producer/controllers/CreditController.php View File

@@ -240,7 +240,7 @@ class CreditController extends ProducerBaseController

if($order) {
$order->saveCreditHistory(
CreditHistory::TYPE_DEBIT,
CreditHistory::TYPE_PAYMENT,
$amount,
$idProducer,
$order->id_user,

Loading…
Cancel
Save