Next Member Shopping
This commit is contained in:
parent
fb27009339
commit
16fe2fa363
23 changed files with 619 additions and 334 deletions
|
|
@ -89,6 +89,11 @@ class ShoppingPayment extends Model
|
|||
return 'Sofort Überweisung';
|
||||
}
|
||||
}
|
||||
if($this->clearingtype === 'fnc') {
|
||||
if ($this->onlinebanktransfertype === 'MIV') {
|
||||
return 'Rechnung';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public function getPaymentAmount(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue