CoreBOSBB

Full Version: Question regarding the Payment Module
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

If I will add to the display of related module (attach pic) the "cost" field, Will it display in the last line summery as it dose in "Amount".

It is not possible to save negative value in the cost an amount fields. The error is "Invalid Cost/Amount". How can I bypass it?
I would say it should show the sum as it is just another currency number.

for the negative go to the database, vtiger_field table, find the row for this field and change the typeofdata from N~O to NN~O and try again

BTW:

- N = number
- NN = Negative Number