Added the ability to edit a tender. I've locked this down to just editing the data1-4 fields at the moment, since there are accounting ramifications if we were to change the tender type.

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@519 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-10 22:23:47 +00:00
parent 025c3a555a
commit 29f6d1a717
4 changed files with 128 additions and 25 deletions

View File

@@ -195,10 +195,10 @@ table.list.ledger td.evnrow { background: #f4f4f4; }
/************************************************************
************************************************************
* Receipt Entry
* Receipt Entry / Tender Edit
*/
input.payment {
input.payment, div.tender input, div.tender select {
width: 10em;
}
label.payment {
@@ -208,6 +208,16 @@ label.payment {
/* display: block; */
}
div.tender {
padding-bottom: 0.1em;
}
div.tender label {
float: left;
width: 12em;
padding-right: 0.5em;
}
/************************************************************
************************************************************