added purchase
This commit is contained in:
parent
3227905f19
commit
0a43da367e
@ -47,6 +47,10 @@ then
|
||||
then
|
||||
FROMTOAT=At
|
||||
ENTITY=$(echo $HISTORY | jq -r .narrative3 | head -n1) #get last ATM name
|
||||
elif [ "$DESCRIPTION" = "Purchase" ]
|
||||
then
|
||||
FROMTOAT=At
|
||||
ENTITI=$(echo $HISTORY | jq -r .narrative3 | head -n1)
|
||||
elif [ "$DESCRIPTION" = "Salary" ] # if last trascation descripton is Salary
|
||||
then
|
||||
FROMTOAT=From
|
||||
|
Loading…
x
Reference in New Issue
Block a user