mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
[assistant-stock-transaction] transcription error in truth table
Short Sell should have the same characteristics as Open Buy.
This commit is contained in:
parent
b7a3652de7
commit
ff4c656bac
@ -293,9 +293,9 @@ static const TxnTypeVec long_types
|
||||
static const TxnTypeVec short_types
|
||||
{
|
||||
{
|
||||
FieldMask::ENABLED_DEBIT, // stock_amt
|
||||
FieldMask::ENABLED_DEBIT, // stock_val
|
||||
FieldMask::ENABLED_CREDIT, // cash_amt
|
||||
FieldMask::ENABLED_CREDIT, // stock_amt
|
||||
FieldMask::ENABLED_CREDIT, // stock_val
|
||||
FieldMask::ENABLED_DEBIT, // cash_amt
|
||||
FieldMask::ENABLED_DEBIT | FieldMask::ALLOW_ZERO, // fees_amt
|
||||
true, // fees_capitalize
|
||||
FieldMask::DISABLED, // dividend_amt
|
||||
|
Loading…
Reference in New Issue
Block a user