~hr-core-editors/hr-timesheet/7.0

« back to all changes in this revision

Viewing changes to hr_timesheet_task/static/src/js/timesheet.js

  • Committer: Guewen Baconnier
  • Author(s): Laetitia Gangloff
  • Date: 2013-08-12 06:40:02 UTC
  • mfrom: (45.2.1 hr-timesheet)
  • Revision ID: guewen.baconnier@camptocamp.com-20130812064002-n4db87anql89ebv2
hr_timesheet_task : update timesheet.js with update of the revision 9235 / compute amount field for timesheets

Show diffs side-by-side

added added

removed removed

Lines of Context:
223
223
 
224
224
            _.each(self.accounts, function(account) {
225
225
                var auth_keys = _.extend(_.clone(account.account_defaults), {
226
 
                    name: true, unit_amount: true, date: true, account_id: true, task_id: true,
 
226
                    name: true, amount:true, unit_amount: true, date: true, account_id:true, task_id: true,
227
227
                });
228
228
                _.each(account.days, function(day) {
229
229
                    _.each(day.lines, function(line) {