diff --git a/schemas/app/Payment.json b/schemas/app/Payment.json index 81d3fce9..2d986148 100644 --- a/schemas/app/Payment.json +++ b/schemas/app/Payment.json @@ -36,7 +36,7 @@ { "fieldname": "date", "label": "Posting Date", - "fieldtype": "Date", + "fieldtype": "Datetime", "required": true, "section": "Default" }, diff --git a/schemas/app/inventory/Point of Sale/POSShiftAmounts.json b/schemas/app/inventory/Point of Sale/POSShiftAmounts.json index a891d448..23ed0620 100644 --- a/schemas/app/inventory/Point of Sale/POSShiftAmounts.json +++ b/schemas/app/inventory/Point of Sale/POSShiftAmounts.json @@ -17,6 +17,10 @@ { "value": "Transfer", "label": "Transfer" + }, + { + "value": "Bank", + "label": "Bank" } ], "required": true