Skip to content

Commit

Permalink
#2
Browse files Browse the repository at this point in the history
price format
  • Loading branch information
pihel committed Jan 4, 2016
1 parent 5d5f473 commit 4a92be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
$extjs = 'extjs';

/* App version */
$version = "1.062";
$version = "1.063";
//$version = rand(); //for reset cache

/* Path to imgs and js */
Expand Down
2 changes: 1 addition & 1 deletion static/js/goal.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ var cash_goal_grid = Ext.create('Ext.grid.Panel', {
{text: lang(16), dataIndex: 'nmcl_id', hidden: true, tdCls: 'x-center-cell', width: 30 },
{text: lang(17), dataIndex: 'gname', flex: true, editor: cash_goal_item_nmcl_cb},
{text: lang(30), dataIndex: 'login', hidden: false },
{text: lang(78), dataIndex: 'plan' , editor: {xtype: 'numberfield', allowBlank: true}},
{text: lang(78), dataIndex: 'plan' , renderer: price, tdCls: 'x-price-cell', editor: {xtype: 'numberfield', allowBlank: true} },
{text: lang(21), dataIndex: 'qnt' , editor: {xtype: 'numberfield', allowBlank: true}},
{text: lang(232), dataIndex: 'plan_date' , format: "Y-m-d", renderer: dateRender, field: {xtype: 'datefield', format: 'Y-m-d', submitFormat: 'Y-m-d', allowBlank: true }},
{text: lang(233), dataIndex: 'fact_date' , format: "Y-m-d", renderer: dateRender, field: {xtype: 'datefield', format: 'Y-m-d', submitFormat: 'Y-m-d', allowBlank: true }},
Expand Down

0 comments on commit 4a92be6

Please sign in to comment.