details:   https://code.openbravo.com/erp/devel/pi/rev/a917ef4c6fd1
changeset: 13993:a917ef4c6fd1
user:      Antonio Moreno <antonio.moreno <at> openbravo.com>
date:      Fri Oct 14 12:40:16 2011 +0200
summary:   Fixed issue 18569. The attachment icon on toolbar will be refreshed 
after printing

diffstat:

 src/org/openbravo/erpCommon/utility/reporting/printing/PrintOptions.html |  2 
++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 52784b6c4c5a -r a917ef4c6fd1 
src/org/openbravo/erpCommon/utility/reporting/printing/PrintOptions.html
--- a/src/org/openbravo/erpCommon/utility/reporting/printing/PrintOptions.html  
Fri Oct 14 11:48:31 2011 +0200
+++ b/src/org/openbravo/erpCommon/utility/reporting/printing/PrintOptions.html  
Fri Oct 14 12:40:16 2011 +0200
@@ -52,6 +52,8 @@
       } else {
           //In OB 3, we submit the form in the OB 3 background_target hidden 
iframe
         submitCommandForm(strCommand, false, null, null, "background_target");
+          //We refresh the main view to ensure that the attachments counter is 
updated
+        
getFrame('LayoutMDI').OB.MainView.TabSet.getSelectedTab().pane.view.refresh();
       }
        closePage();
       return true;

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to