mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
set the cell action
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@458 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
c812c2241f
commit
1ace564780
@ -1,6 +1,9 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
|
* FILE:
|
||||||
* Ledger.c
|
* Ledger.c
|
||||||
|
*
|
||||||
|
* FUNCTION:
|
||||||
|
* copy transaction data into ledger
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "Ledger.h"
|
#include "Ledger.h"
|
||||||
@ -32,6 +35,7 @@ xaccLoadRegister (BasicRegister *reg, Split **slist)
|
|||||||
xaccSetBasicCellValue (reg->dateCell, buff);
|
xaccSetBasicCellValue (reg->dateCell, buff);
|
||||||
|
|
||||||
xaccSetBasicCellValue (reg->numCell, trans->num);
|
xaccSetBasicCellValue (reg->numCell, trans->num);
|
||||||
|
xaccSetBasicCellValue (reg->actionCell, split->action);
|
||||||
xaccSetQuickFillCellValue (reg->descCell, trans->description);
|
xaccSetQuickFillCellValue (reg->descCell, trans->description);
|
||||||
xaccSetBasicCellValue (reg->memoCell, split->memo);
|
xaccSetBasicCellValue (reg->memoCell, split->memo);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user