mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 796054 follow up
Now that a separate wiki section has been written for the side effects of this bug make the memo field of affected splits point to this wiki section.
This commit is contained in:
parent
d07f759ca3
commit
705e866472
@ -561,7 +561,7 @@ gncScrubBusinessSplit (Split *split)
|
||||
*/
|
||||
else if (invoice && (txn != posted_txn))
|
||||
{
|
||||
const gchar *memo = _("Please delete this transaction. Explanation at https://wiki.gnucash.org/wiki/Business_Features_Issues#Double_posting");
|
||||
const gchar *memo = _("Please delete this transaction. Explanation at https://wiki.gnucash.org/wiki/Business_Features_Issues#I_can.27t_delete_a_transaction_of_type_.22I.22_from_the_AR.2FAP_account");
|
||||
gchar *txn_date = qof_print_date (xaccTransGetDateEntered (txn));
|
||||
xaccTransClearReadOnly (txn);
|
||||
xaccTransSetTxnType (txn, TXN_TYPE_NONE);
|
||||
|
Loading…
Reference in New Issue
Block a user