mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Log
This commit is contained in:
parent
c1c7b04cba
commit
a104fbe7b3
|
|
@ -160,7 +160,8 @@ if ($action == 'create') {
|
|||
|
||||
//Add js for AutoFill
|
||||
print ' $(document).ready(function () {';
|
||||
print ' $(".AutoFillAmount").on(\'click touchstart\', function(){
|
||||
print ' $(".AutoFillAmount").on(\'click touchstart\', function() {
|
||||
console.log("Click on .AutoFillAmount");
|
||||
var amount = $(this).data("value");
|
||||
document.getElementById($(this).data(\'rowid\')).value = amount ;
|
||||
});';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user