Add JS files
This commit is contained in:
13
modules/Documents3/js/DetailViewDocumentReady.js
Executable file
13
modules/Documents3/js/DetailViewDocumentReady.js
Executable file
@@ -0,0 +1,13 @@
|
||||
$(document).ready(function () {
|
||||
var valueformat = $($('#value').children()[0]);
|
||||
valueformat.html(FormatNumber(valueformat.html()));
|
||||
// var left_paidformat = $($('#left_paid').children()[0]);
|
||||
// left_paidformat.html(FormatNumber(left_paidformat.html()));
|
||||
// html = SUGAR.language.get('Documents', 'LBL_REGISTER_DATE') + ':';
|
||||
// html += '<br>' + SUGAR.language.get('Documents', 'LBL_CATEGORY') + ':';
|
||||
// html += '<br>' + SUGAR.language.get('Documents', 'LBL_DOCUMENT_NUMBER') + ':';
|
||||
// $('#test').closest('td').prev().html(html);
|
||||
|
||||
// var tmp = SUGAR.language.get('app_list_strings', 'ecminvoiceouts_category_dom');
|
||||
// $('#categoryspan').html(tmp[$('#categoryspan').html()]);
|
||||
});
|
||||
Reference in New Issue
Block a user