mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[stock-txn-asst] No need for the amount message to be a warning.
This commit is contained in:
parent
67515497f7
commit
98e4f98798
@ -470,7 +470,7 @@ StockTransactionEntry::set_fieldmask(FieldMask mask)
|
|||||||
void
|
void
|
||||||
StockTransactionEntry::set_value(gnc_numeric amount, const char* page, StringVec& errors)
|
StockTransactionEntry::set_value(gnc_numeric amount, const char* page, StringVec& errors)
|
||||||
{
|
{
|
||||||
PWARN ("checking value %s page %s",
|
DEBUG ("checking value %s page %s",
|
||||||
gnc_num_dbg_to_string (amount),
|
gnc_num_dbg_to_string (amount),
|
||||||
page);
|
page);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user