Skip to content
Snippets Groups Projects

Com pairing remove customer name from batch name

Merged Patrick Barroca requested to merge com-pairing-remove-customer-name-from-batch-name into master
Compare and
+ 2
2
Preferences
Compare changes
@@ -16,13 +16,13 @@
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with BOKEH; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
class Class_Batch_Typo3 extends Class_Batch_Abstract {
public function getLabel() {
return $this->_('Import des TYPO3 depuis le site SQY');
return $this->_('Import d\'articles TYPO3');
}
public function run() {