/**
  * Get a list of JavaScript files required to display the widget properly
  *
  * @return array
  */
 public function getJSFiles()
 {
     $list = parent::getJSFiles();
     $list[] = 'button/js/print_invoice.js';
     return $list;
 }
Beispiel #2
0
 /**
  * getJSFiles
  *
  * @return array
  */
 public function getJSFiles()
 {
     $list = parent::getJSFiles();
     $list[] = 'button/js/delete_address.js';
     return $list;
 }
Beispiel #3
0
 /**
  * Get a list of JavaScript files required to display the widget properly
  *
  * @return array
  */
 public function getJSFiles()
 {
     $list = parent::getJSFiles();
     $list[] = 'modules/XC/PitneyBowes/asn/right_actions/print_label.js';
     return $list;
 }