Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
fix: Default empty charge. (#1738)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinBetanc0urt authored Dec 8, 2023
1 parent bd73aff commit fd1ae39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/ADempiere/form/VAllocation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export function requestListTransactionOrganizations({
// process
export function requestProcess({
date,
chargeId = null,
chargeId = -1,
currencyId,
description,
totalDifference,
Expand Down

0 comments on commit fd1ae39

Please sign in to comment.