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@519 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
/************************************************************
|
||||
************************************************************
|
||||
|
||||
Reference in New Issue
Block a user