can't enter a gift card and actual notes at same time #4589

This commit is contained in:
Pererinha 2015-02-06 15:13:07 -02:00
parent 28776c9c6d
commit a84a678879

View File

@ -587,11 +587,13 @@ class Crunchbutton_Order extends Crunchbutton_Order_Trackchange {
$giftCardAdded = true;
}
}
$this->notes = $giftcards[ 'notes' ];
$_order = Order::o( $this->id_order );
$_order->notes = $giftcards[ 'notes' ];
$_order->save();
$this->notes = $_order->notes;
}
}
Log::debug([ 'issue' => '#1551', 'method' => 'process', '$this->final_price' => $this->final_price, 'giftcardValue'=> $this->giftcardValue, '$this->notes' => $this->notes ]);
$this->debitFromUserCredit( $user->id_user );
if ( $params['make_default'] == 'true' ) {