Subversion Repositories SmartDukaan

Rev

Rev 10931 | Rev 12543 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10931 Rev 10932
Line 39... Line 39...
39
function selectWarehouseForPOCreation() {
39
function selectWarehouseForPOCreation() {
40
	$('#warehouse-selector-po-creation').show();
40
	$('#warehouse-selector-po-creation').show();
41
	$.colorbox({
41
	$.colorbox({
42
		inline : true,
42
		inline : true,
43
        width : "325px",
43
        width : "325px",
44
        height : "275px",
44
        height : "200px",
45
        opacity : "0.30",
45
        opacity : "0.30",
46
        overlayClose :	true,
46
        overlayClose :	true,
47
        escKey :	true,
47
        escKey :	true,
48
        href : "#warehouse-selector-po-creation",
48
        href : "#warehouse-selector-po-creation",
49
        onClosed : function() {
49
        onClosed : function() {
Line 58... Line 58...
58
function selectWarehouseForListingPO() {
58
function selectWarehouseForListingPO() {
59
	$('#warehouse-selector-po-recieve').show();
59
	$('#warehouse-selector-po-recieve').show();
60
	$.colorbox({
60
	$.colorbox({
61
		inline : true,
61
		inline : true,
62
        width : "325px",
62
        width : "325px",
63
        height : "275px",
63
        height : "200px",
64
        opacity : "0.30",
64
        opacity : "0.30",
65
        overlayClose :	true,
65
        overlayClose :	true,
66
        escKey :	true,
66
        escKey :	true,
67
        href : "#warehouse-selector-po-recieve",
67
        href : "#warehouse-selector-po-recieve",
68
        onClosed : function() {
68
        onClosed : function() {