..
This commit is contained in:
@@ -393,6 +393,7 @@ namespace FPJ0000
|
||||
private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
var newdr = this.dsMSSQL.JobReport.NewJobReportRow();
|
||||
newdr.status = "진행 중";
|
||||
newdr.pdate = DateTime.Now.ToShortDateString();
|
||||
if (DateTime.Now.DayOfWeek == DayOfWeek.Sunday ||
|
||||
DateTime.Now.DayOfWeek == DayOfWeek.Saturday) newdr.hrs = 0;
|
||||
|
||||
Reference in New Issue
Block a user