Relabel installment to installment - BDO #66
This commit is contained in:
parent
27073a8c79
commit
496b032e70
1 changed files with 1 additions and 1 deletions
|
|
@ -13,6 +13,6 @@ class ModeOfPayment extends NameValue
|
||||||
'cash' => 'Cash',
|
'cash' => 'Cash',
|
||||||
'credit_card' => 'Credit Card',
|
'credit_card' => 'Credit Card',
|
||||||
'debit_card' => 'Debit Card',
|
'debit_card' => 'Debit Card',
|
||||||
'installment' => 'Installment',
|
'installment' => 'Installment - BDO',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue