Differences From Artifact [fde7be0830]:

To Artifact [a1c67dc490]:


79
80
81
82
83
84
85
86
87
88
89

$tpl->assign(compact(
	'account',
	'start',
	'end',
	'prev',
	'next',
	'journal',
));

$tpl->display('acc/accounts/reconcile.tpl');







|



79
80
81
82
83
84
85
86
87
88
89

$tpl->assign(compact(
	'account',
	'start',
	'end',
	'prev',
	'next',
	'journal'
));

$tpl->display('acc/accounts/reconcile.tpl');