mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
Fixes for wrong payment types
This commit is contained in:
parent
260f8a909c
commit
7d1c236c27
@ -1437,7 +1437,7 @@ trait GenerateMigrationResources
|
|||||||
case PAYMENT_TYPE_BITCOIN:
|
case PAYMENT_TYPE_BITCOIN:
|
||||||
return 31;
|
return 31;
|
||||||
case 2:
|
case 2:
|
||||||
return 4;
|
return 1;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return $payment_type_id;
|
return $payment_type_id;
|
||||||
|
Loading…
Reference in New Issue
Block a user