Commit fc9bc801 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_production_planning: use tabulation instead of space

parent 0d8d8ee7
......@@ -164,7 +164,8 @@ function listenToInputCopy(matrixbox_container) {
e.stopPropagation();
matrixbox.find('tr td input.select').each(function( index, element) {
index = $(element.parentElement.parentElement.parentElement).index();
separator = ' ';
// not space, tabulation
separator = ' ';
line = line || index;
if (line && line != index) {
separator = '\n';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment