|
From: <rc...@us...> - 2015-04-19 13:41:06
|
Revision: 7267
http://sourceforge.net/p/web-erp/reponame/7267
Author: rchacon
Date: 2015-04-19 13:40:59 +0000 (Sun, 19 Apr 2015)
Log Message:
-----------
Add ".page_title_text img" as a display none class. This makes unnecessary to add the class noprint to the image in page_title_text.
Modified Paths:
--------------
trunk/css/print.css
trunk/doc/Change.log
Modified: trunk/css/print.css
===================================================================
--- trunk/css/print.css 2015-04-19 07:14:59 UTC (rev 7266)
+++ trunk/css/print.css 2015-04-19 13:40:59 UTC (rev 7267)
@@ -3,7 +3,7 @@
@media print {
-#FooterDiv, #HeaderDiv, #MainMenuDiv, .noprint, .site-description, .site-title {
+#FooterDiv, #HeaderDiv, #MainMenuDiv, .noprint, .page_title_text img, .site-description, .site-title {
display:none;
/* Remove unwanted elements. */
}
@@ -106,7 +106,8 @@
}
#Report {
- /* Division id for reports. */}
+ /* Division id for reports. */
+}
#Report table {
width:100%;
/* Expands the body of the report to use the full width of the page. */
Modified: trunk/doc/Change.log
===================================================================
--- trunk/doc/Change.log 2015-04-19 07:14:59 UTC (rev 7266)
+++ trunk/doc/Change.log 2015-04-19 13:40:59 UTC (rev 7267)
@@ -1,5 +1,6 @@
webERP Change Log
+19/4/15 RChacon: Add ".page_title_text img" as a display none class. This makes unnecessary to add the class noprint to the image in page_title_text.
19/4/15 Phil: SelectSupplier - total supplier spend was incorrect only looked at supplier transactions excluding invoices? Now takes invoice net of debit notes reported by Andrew Galuski
07/4/15 Exson: Fixed the Wiki link broken bug in SystemParameters.php.
04/4/15 Exson: Fixed the bug that Credit and Debit submit amount was duplicated processed by local_number_format function.
|