[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[4625] branches/1.3/UI/Contact/pricelist.html
- Subject: SF.net SVN: ledger-smb:[4625] branches/1.3/UI/Contact/pricelist.html
- From: ..hidden..
- Date: Wed, 28 Mar 2012 13:30:14 +0000
Revision: 4625
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4625&view=rev
Author: einhverfr
Date: 2012-03-28 13:30:13 +0000 (Wed, 28 Mar 2012)
Log Message:
-----------
Passing entity-id through on subsequent passes of pricematrix so that name does not disappear off PDFs
Modified Paths:
--------------
branches/1.3/UI/Contact/pricelist.html
Modified: branches/1.3/UI/Contact/pricelist.html
===================================================================
--- branches/1.3/UI/Contact/pricelist.html 2012-03-28 13:24:46 UTC (rev 4624)
+++ branches/1.3/UI/Contact/pricelist.html 2012-03-28 13:30:13 UTC (rev 4625)
@@ -67,7 +67,8 @@
END ?>
<form name="pricematrix" action="<?lsmb script ?>" method="post">
<input type="hidden" name="entity_class" value="<?lsmb account_class ?>" />
- <input type="hidden" name="credit_id" value="<?lsmb credit_id ?>" /><?lsmb
+ <input type="hidden" name="credit_id" value="<?lsmb credit_id ?>" />
+ <input type="hidden" name="entity_id" value="<?lsmb entity_id ?>" /><?lsmb
PROCESS dynatable
attributes = { id = 'pricematrix' }
tbody = { rows = pricematrix }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.